'aartus_sidebar_section_tab', 'title' => 'Sidebar Top', 'icon' => 'fa fa-arrow-up', 'fields' => array( // begin: a field array( 'id' => 'power_img', 'type' => 'media', 'title' => 'Choose Login Icon', ), array( 'id' => 'power_img_tooltip', 'type' => 'text', 'title' => 'Write Tooptip on Hover', 'desc' => 'Leave empty if you do not want tooltip on hover.', ), array( 'id' => 'desk_logo', 'type' => 'media', 'title' => 'Choose Logo', ), array( 'id' => 'desk_logo_title', 'type' => 'text', 'title' => 'Logo Title', 'default' => 'AARTUS LOGAN', ), array( 'id' => 'desk_logo_title_color', 'type' => 'color', 'title' => 'Logo Title Color', 'default' => '#fff', ), array( 'id' => 'desk_logo_subtitle', 'type' => 'textarea', 'title' => 'Logo SubTitle', 'default' => 'London, UK', ), array( 'id' => 'desk_logo_subtitle_color', 'type' => 'color', 'title' => 'Logo SubTitle Color', 'default' => '#fff', ), // end: a field ) )); // (Sidebar Middle) sub-tab CSF::createSection( $prefix, array( 'parent' => 'aartus_sidebar_section_tab', 'title' => 'Sidebar Middle', 'icon' => 'fa fa-arrows-alt-h', 'fields' => array( // begin: a field array( 'id' => 'sidebar_bg_img', 'type' => 'media', 'title' => 'Choose Sidebar background image', ), array( 'id' => 'sidebar_bg_img_show', 'type' => 'checkbox', 'title' => 'Show Background Image?', ), array( 'id' => 'sidebar_menu_type', 'type' => 'select', 'title' => 'Choose Menu Type', 'options' => array( 'blkwhite' => 'Back & White', 'os' => 'OS', ), ), array( 'id' => 'os_menu_back', 'type' => 'media', 'title' => 'Choose OS Menu Back Button Icon', 'dependency' => array( 'sidebar_menu_type', '==', 'os' ), ), array( 'id' => 'sidebar_menu_show', 'type' => 'checkbox', 'title' => 'Show Sidebar Menu?', ), array( 'id' => 'sidebar_menus', 'type' => 'group', 'title' => 'Sdebar Menus', 'button_title' => 'Add New Menu', 'accordion_title' => 'Add New Item', 'fields' => array( array( 'id' => 'sidebar_menu_name', 'type' => 'text', 'title' => 'Write Menu Title', 'default' => 'Shopa', ), array( 'id' => 'sidebar_menu_img', 'type' => 'media', 'title' => 'Choose Menu Image', ), array( 'id' => 'side_menu_green_dot', 'type' => 'checkbox', 'title' => 'Show Green Dot?', ), array( 'id' => 'side_menu', 'type' => 'select', 'title' => 'Choose a Menu', 'options' => aartus_get_menu_as_list(), ), ), ), // end: a field ) )); // (Sidebar Bottom) sub-tab CSF::createSection( $prefix, array( 'parent' => 'aartus_sidebar_section_tab', 'title' => 'Sidebar Bottom', 'icon' => 'fa fa-arrow-down', 'fields' => array( // begin: a field array( 'id' => 'home_icon', 'type' => 'media', 'title' => 'Choose Home Icon', ), array( 'id' => 'home_text', 'type' => 'text', 'title' => 'Write Home Text', 'default' => 'Home', ), // end: a field ) ));