Beispiel #1
0
 protected function lazy_get_attributes()
 {
     $attributes = parent::lazy_get_attributes();
     $attributes[Element::GROUPS] = array_merge($attributes[Element::GROUPS], ['contents' => ['title' => 'Content'], 'date' => []]);
     return $attributes;
 }
Beispiel #2
0
 protected function lazy_get_attributes()
 {
     global $core;
     return \ICanBoogie\array_merge_recursive(parent::lazy_get_attributes(), array(Form::HIDDENS => array(Page::SITEID => $core->site_id, Page::LANGUAGE => $core->site->language), Element::GROUPS => array('advanced' => array('title' => 'Advanced', 'weight' => 30))));
 }
Beispiel #3
0
 protected function lazy_get_attributes()
 {
     return \ICanBoogie\array_merge_recursive(parent::lazy_get_attributes(), array(Element::GROUPS => array('album' => array('title' => 'Photos', 'description' => "Les photos peuvent être ordonnées par glisser-déposer."))));
 }