ASTRA_THEME_SETTINGS . '[edd-content-layout]', 'type' => 'control', 'control' => 'select', 'default' => astra_get_option( 'edd-content-layout' ), 'section' => 'section-container-layout', 'priority' => 85, 'title' => __( 'Container for Easy Digital Downloads', 'astra' ), 'choices' => array( 'default' => __( 'Default', 'astra' ), 'boxed-container' => __( 'Boxed', 'astra' ), 'content-boxed-container' => __( 'Content Boxed', 'astra' ), 'plain-container' => __( 'Full Width / Contained', 'astra' ), 'page-builder' => __( 'Full Width / Stretched', 'astra' ), ), ), ); return array_merge( $configurations, $_configs ); } } } new Astra_Edd_Container_Configs();