Skip to content

Commit

Permalink
Fixed settings message display
Browse files Browse the repository at this point in the history
  • Loading branch information
litzinger committed Apr 21, 2021
1 parent ae74834 commit 9d1f254
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ft.entry_type.php
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,10 @@ public function display_settings($settings = [])
'label' => 'field_options',
'group' => 'entry_type',
'settings' => [
'This field must first be created and assigned to a Field Group or Channel, then edit the field to change it\'s options.'
[
'title' => 'This field must first be assigned to a Field Group or Channel, then edit the field to change it\'s options.',
'fields' => [],
],
]
]];
}
Expand Down Expand Up @@ -378,7 +381,10 @@ public function display_settings($settings = [])
'label' => 'field_options',
'group' => 'entry_type',
'settings' => [
'This field must first be assigned to a Field Group or Channel, then edit the field to change it\'s options.'
[
'title' => 'This field must first be assigned to a Field Group or Channel, then edit the field to change it\'s options.',
'fields' => [],
],
]
]];
}
Expand Down

0 comments on commit 9d1f254

Please sign in to comment.