Fixed field type error
This commit is contained in:
parent
7fbc35915c
commit
c81ebc4d94
@ -305,7 +305,7 @@ class OCActor extends RevisionableContentEntityBase implements OCActorInterface
|
||||
->setDefaultValue(FALSE)
|
||||
->setRequired(TRUE)
|
||||
->setDisplayOptions('form', array(
|
||||
'type' => 'checkbox',
|
||||
'type' => 'boolean_checkbox',
|
||||
'weight' => -1,
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user