Exemplo n.º 1
0
 protected function lazy_get_children()
 {
     $ns = $this->module->flat_id;
     return array_merge(parent::lazy_get_children(), ["local[{$ns}.default_editor]" => new Text([Group::LABEL => 'default_editor']), "local[{$ns}.use_multi_editor]" => new Element(Element::TYPE_CHECKBOX, [Element::LABEL => 'use_multi_editor']), "local[{$ns}.limits.home]" => new Text([Group::LABEL => 'limits_home', Element::DEFAULT_VALUE => 3, Element::GROUP => 'limits']), "local[{$ns}.limits.list]" => new Text([Group::LABEL => 'limits_list', Element::DEFAULT_VALUE => 10, Element::GROUP => 'limits'])]);
 }