added the inheritable attribute to editable elements
This commit is contained in:
parent
ed88eb82b0
commit
778a55245c
@ -8,6 +8,7 @@ class EditableElement
|
||||
field :default_content
|
||||
field :hint
|
||||
field :disabled, :type => Boolean, :default => false
|
||||
field :inheritable, :type => Boolean, :default => true
|
||||
field :from_parent, :type => Boolean, :default => false
|
||||
|
||||
## associations ##
|
||||
|
Loading…
Reference in New Issue
Block a user