[ 'type' => 'ct-condition', 'condition' => [ $prefix . 'structure' => '!gutenberg' ], 'options' => [ $prefix . 'has_sidebar' => [ 'label' => __( 'Sidebar', 'blocksy' ), 'type' => 'ct-panel', 'switch' => true, 'value' => 'no', 'setting' => [ 'transport' => 'postMessage' ], 'inner-options' => [ $prefix . 'sidebar_position' => [ 'label' => __( 'Sidebar Position', 'blocksy' ), 'type' => 'ct-image-picker', 'value' => 'right', 'attr' => [ 'data-type' => 'background' ], 'condition' => [ $prefix . 'has_sidebar' => 'yes' ], 'setting' => [ 'transport' => 'postMessage' ], 'choices' => [ 'left' => [ 'src' => blocksy_image_picker_url( 'left-sidebar.svg' ), 'title' => __( 'Left Sidebar', 'blocksy' ), ], 'right' => [ 'src' => blocksy_image_picker_url( 'right-sidebar.svg' ), 'title' => __( 'Right Sidebar', 'blocksy' ), ], ], ], ], ], ] ], ];