Fixed field type error

This commit is contained in:
Naomi 2018-09-14 13:59:35 +01:00
parent 7fbc35915c
commit c81ebc4d94
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ class OCActor extends RevisionableContentEntityBase implements OCActorInterface
->setDefaultValue(FALSE)
->setRequired(TRUE)
->setDisplayOptions('form', array(
'type' => 'checkbox',
'type' => 'boolean_checkbox',
'weight' => -1,
));