[ 'type' => 'text', 'label' => __( 'Title', 'blocksy' ), 'field_attr' => [ 'id' => 'widget-title' ], 'design' => 'inline', 'value' => __( 'Advertisement', 'blocksy' ), 'disableRevertButton' => true, ], 'ad_source' => [ 'label' => __( 'Source', 'blocksy' ), 'type' => 'ct-radio', 'value' => 'code', 'view' => 'radio', 'design' => 'inline', 'inline' => true, 'disableRevertButton' => true, 'choices' => [ 'code' => __( 'Code', 'blocksy' ), 'upload' => __( 'Image', 'blocksy' ), ], ], blocksy_rand_md5() => [ 'type' => 'ct-condition', 'condition' => [ 'ad_source' => 'code' ], 'options' => [ 'ad_code' => [ 'label' => __( 'Ad Code', 'blocksy' ), 'type' => 'textarea', 'value' => '', 'design' => 'inline', 'disableRevertButton' => true, ], ], ], blocksy_rand_md5() => [ 'type' => 'ct-condition', 'condition' => [ 'ad_source' => 'upload' ], 'options' => [ 'ad_image' => [ 'label' => __('Upload Image', 'blocksy'), 'type' => 'ct-image-uploader', 'design' => 'inline', 'value' => [ 'attachment_id' => null ], 'emptyLabel' => __('Select Image', 'blocksy'), 'filledLabel' => __('Change Image', 'blocksy'), ], 'ad_link' => [ 'type' => 'text', 'label' => __( 'Ad URL', 'blocksy' ), 'design' => 'inline', 'value' => 'https://creativethemes.com', 'disableRevertButton' => true, ], 'ad_link_target' => [ 'type' => 'ct-switch', 'label' => __( 'Open link in new tab', 'blocksy' ), 'value' => 'yes', 'disableRevertButton' => true, ], ], ], ];