esc_html( 'Titlebar Settings', 'ailabflow' ), 'id' => 'page_title_settings', 'icon' => 'el el-file-edit', 'fields' => array( array( 'id' => 'display_page_title', 'type' => 'switch', 'title' => esc_html__( 'Show Titlebar', 'ailabflow' ), 'default' => 1, 'on' => esc_html__( 'On', 'ailabflow' ), 'off' => esc_html__( 'Off', 'ailabflow' ), ), array( 'id' => 'page_title_height', 'type' => 'slider', 'title' => esc_html__( 'Titlebar Height', 'ailabflow' ), 'desc' => esc_html__( 'Set height for the page titlebar.', 'ailabflow' ), 'default' => 350, 'min' => 100, 'step' => 1, 'max' => 600, 'required' => array( array( 'display_page_title', '=', 1 ), ), ), array( 'id' => 'page_title_banner_image', 'type' => 'background', 'title' => esc_html__( 'Titlebar Background Image', 'ailabflow' ), 'desc' => esc_html__( 'Set page background image.', 'ailabflow' ), 'background-color' => false, 'preview_media' => true, 'output' => '.ailabflow-page-title', 'required' => array( array( 'display_page_title', '=', 1 ), ), ), array( 'id' => 'page_title_background_color', 'type' => 'color', 'title' => esc_html__( 'Titlebar Background Color', 'ailabflow' ), 'mode' => 'background-color', 'output' => '.ailabflow-page-title-layer', 'default' => '#142a42', 'required' => array( array( 'display_page_title', '=', 1 ), ), ), array( 'id' => 'page_titlebar_text_color', 'type' => 'color', 'transparent' => false, 'title' => esc_html__('Titlebar Text Color', 'ailabflow'), 'default' => '#ffffff', 'validate' => 'color' ), ), );