add an "active" field on activity type

This commit is contained in:
2016-11-14 23:00:13 +01:00
parent 79dd4bfac8
commit 5dda66342a
8 changed files with 116 additions and 31 deletions

View File

@@ -10,4 +10,7 @@ Chill\ActivityBundle\Entity\ActivityType:
fields:
name:
type: json_array
active:
type: boolean
default: true
lifecycleCallbacks: { }