esc_html( 'Page Settings', 'ailabflow' ), 'id' => 'page_settings', 'icon' => 'el el-file-edit', 'fields' => array( array( 'id' => 'page_sidebar', 'type' => 'image_select', 'title' => esc_html( 'Page Sidebar', 'ailabflow' ), 'subtitle' => esc_html( 'Select the page sidebar position.', 'ailabflow' ), 'options' => array( 'full-width' => array( 'alt' => esc_html( 'Full Width', 'ailabflow' ), 'img' => get_parent_theme_file_uri( 'inc/images/full-width.jpg' ), ), 'left-sidebar' => array( 'alt' => esc_html( 'Left Sidebar', 'ailabflow' ), 'img' => get_parent_theme_file_uri( 'inc/images/left-sidebar.jpg' ), ), 'right-sidebar' => array( 'alt' => esc_html( 'Right Sidebar', 'ailabflow' ), 'img' => get_parent_theme_file_uri( 'inc/images/right-sidebar.jpg' ), ), ), 'default' => 'full-width', ), ), );