[ 'type' => 'text', 'label' => __( 'Title', 'blocksy' ), 'field_attr' => [ 'id' => 'widget-title' ], 'design' => 'inline', 'disableRevertButton' => true, ], 'mailchimp_text' => [ 'label' => __( 'Message', 'blocksy' ), 'type' => 'textarea', 'value' => __( 'Enter your email address below to subscribe to our newsletter', 'blocksy' ), 'design' => 'inline', 'disableRevertButton' => true, ], 'has_mailchimp_name' => [ 'type' => 'ct-switch', 'label' => __( 'Name Field', 'blocksy' ), 'value' => 'no', ], 'mailchimp_button_text' => [ 'type' => 'text', 'label' => __( 'Button Text', 'blocksy' ), 'design' => 'inline', 'value' => __( 'Subscribe', 'blocksy' ), 'disableRevertButton' => true, ], 'mailchimp_form_url' => [ 'type' => 'text', 'label' => __( 'Form Submit URL', 'blocksy' ), 'design' => 'inline', 'disableRevertButton' => true, ], 'mailchimp_alignment' => [ 'type' => 'ct-radio', 'label' => __( 'Content Alignment', 'blocksy' ), 'value' => 'center', 'view' => 'text', 'attr' => [ 'data-type' => 'alignment' ], 'choices' => [ 'left' => '', 'center' => '', 'right' => '', ], ], ];