'boson_page', 'title' => __( 'Page Information', 'boson' ), 'pages' => array( 'page' ), 'priority' => 'high', 'autosave' => true, 'fields' => array( array( 'id' => "{$boson_perfix}_breadcrumb", 'type' => 'checkbox', 'name' => __( 'Page Breadcrumb', 'boson' ), 'desc' => __( 'Disable Page Breadcrumb', 'boson' ), 'option'=> array( '1' => __( 'Disable Page Breadcrumb', 'boson' ) ) ), array( 'id' => "{$boson_perfix}_layout", 'type' => 'select', 'name' => __( 'Page Layout', 'boson' ), 'placeholder' => __( 'Choose Page Layout Style', 'boson' ), 'desc' => __( 'Choose Page Layout Style', 'boson' ), 'options' => array( '' => esc_html__( 'Default Layout', 'boson' ), 'page' => esc_html__( 'Full Layout', 'boson' ), 'left' => esc_html__( 'Lift Sidebar Layout', 'boson' ), 'right' => esc_html__( 'Right Sidebar Layout', 'boson' ), ), 'std' => 'page' ), ) ); return $boson_core_meta_box_args; }