__('Top Bar', 'articled'), 'parent' => 'articled_header', 'depend' => [ 'header_type', '==', '1' ], 'fields' => [ [ 'title' => __('Font Color', 'articled'), 'type' => 'color_picker', 'id' => 'header_font_color', ], [ 'title' => __('Background Color', 'articled'), 'type' => 'color_picker', 'id' => 'header_background_color', ], [ 'title' => __('Content Manage', 'articled'), 'type' => 'accordion', 'subtitle' => __('Top is Right side.', 'articled'), 'id' => 'header_content', 'accordions'=> [ [ 'title' => __('Menu', 'articled'), 'id' => 'leftbar', 'fields' => [ [ 'title'=> __('Select Menu', 'articled'), 'type' => 'select', 'id' => 'menu', 'options' => 'menus' ], ] ], [ 'title' => __('Text', 'articled'), 'id' => 'rightbar', 'fields' => [ [ 'title'=> __('Text', 'articled'), 'type' => 'textarea', 'id' => 'text'], ] ], ] ], ] ]);