Use correct type; no_lang should be boolean

This commit is contained in:
nathan 2023-07-06 08:42:54 -06:00
parent 186a7d46dd
commit 961bc79885

View File

@ -54,11 +54,11 @@ class infolog_widget extends Etemplate\Widget\Entry
),
'__default__' => array(
'options' => array(
'' => array('id' => '@value[@id]'),
'' => array('id' => '@value[@id]'),
// Others added automatically in constructor
'__default__' => array('type' => 'label', 'options' => ''),
),
'no_lang' => 1,
'no_lang' => true,
),
),
);