function section_opts()
 {
     $options = array();
     $options[] = array('key' => 'item_array', 'type' => 'multi', 'title' => __('expandshortcode Items Setup', 'pl-section-expandshortcode'), 'post_type' => __('Box', 'pl-section-expandshortcode'), 'opts' => array(pl_std_opt('title'), pl_std_opt('text'), pl_std_opt('text_alignment'), pl_std_opt('section_alignment'), pl_std_opt('button'), array('type' => 'multi', 'toggle' => 'open', 'title' => 'Header Background Options', 'opts' => array(pl_std_opt('scheme'), pl_std_opt('background_color'), pl_std_opt('background_image')))));
     return $options;
 }
Esempio n. 2
0
 function section_opts()
 {
     $opts = array(pl_std_opt('text'));
     return $opts;
 }
Esempio n. 3
0
 function section_opts()
 {
     $opts = array(array('type' => 'multi', 'key' => 'navi_content', 'title' => __('Logo', 'pl-platform'), 'opts' => array(pl_std_opt('menu'), pl_std_opt('logo'), array('type' => 'dragger', 'label' => __('Logo Size / Height', 'pl-platform'), 'opts' => array(array('key' => 'logo_height', 'min' => 20, 'max' => 300, 'def' => 30, 'unit' => 'px'))), pl_std_opt('title', array('default' => '')), pl_std_opt('link', array('label' => __('Title Link', 'pl-platform'))), array('type' => 'check', 'key' => 'space_between', 'label' => __('Fill menu space? (logo left, menu right)', 'pl-platform')))));
     return $opts;
 }