From 9d1f254ee0bcc55765a8ca89f774dd6767d46bc6 Mon Sep 17 00:00:00 2001 From: Brian Litzinger Date: Wed, 21 Apr 2021 12:46:25 -0500 Subject: [PATCH] Fixed settings message display --- ft.entry_type.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ft.entry_type.php b/ft.entry_type.php index 8662fb5..f0ad70d 100644 --- a/ft.entry_type.php +++ b/ft.entry_type.php @@ -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' => [], + ], ] ]]; } @@ -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' => [], + ], ] ]]; }