$colormag_page_layout,
'id' => 'colormag_page_layout',
'label' => esc_html__( 'Select Layout', 'colormag' ),
'choices' => array(
'default_layout' => COLORMAG_PARENT_URL . '/assets/img/right-sidebar.png',
'right_sidebar' => COLORMAG_PARENT_URL . '/assets/img/right-sidebar.png',
'left_sidebar' => COLORMAG_PARENT_URL . '/assets/img/left-sidebar.png',
'no_sidebar_full_width' => COLORMAG_PARENT_URL . '/assets/img/no-sidebar-full-width-layout.png',
'no_sidebar_content_centered' => COLORMAG_PARENT_URL . '/assets/img/no-sidebar-content-centered-layout.png',
),
)
);
?>