minor bugfix

This commit is contained in:
naomi 2018-05-11 11:55:26 +02:00
parent d8aaacec2d
commit 98d856303a
2 changed files with 6 additions and 1 deletions

View File

@ -3,3 +3,8 @@
#edit-submit-actor-search{
display: none;
}
/* Remove the revision message box. Temporary until can place it properly */
#edit-revision-log-message-wrapper{
display: none;
}

View File

@ -364,7 +364,7 @@ class OCActor extends RevisionableContentEntityBase implements OCActorInterface
))
->setDisplayOptions('view', array(
'label' => 'above',
'type' => 'text',
'type' => 'basic_string',
'weight' => 5,
))
->setDisplayOptions('form', array(