minor bugfix
This commit is contained in:
parent
d8aaacec2d
commit
98d856303a
@ -3,3 +3,8 @@
|
|||||||
#edit-submit-actor-search{
|
#edit-submit-actor-search{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Remove the revision message box. Temporary until can place it properly */
|
||||||
|
#edit-revision-log-message-wrapper{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
@ -364,7 +364,7 @@ class OCActor extends RevisionableContentEntityBase implements OCActorInterface
|
|||||||
))
|
))
|
||||||
->setDisplayOptions('view', array(
|
->setDisplayOptions('view', array(
|
||||||
'label' => 'above',
|
'label' => 'above',
|
||||||
'type' => 'text',
|
'type' => 'basic_string',
|
||||||
'weight' => 5,
|
'weight' => 5,
|
||||||
))
|
))
|
||||||
->setDisplayOptions('form', array(
|
->setDisplayOptions('form', array(
|
||||||
|
Reference in New Issue
Block a user