[ 'type' => 'text', 'label' => __( 'Title', 'blocksy' ), 'field_attr' => [ 'id' => 'widget-title' ], 'design' => 'inline', 'value' => __( 'Contact Info', 'blocksy' ), 'disableRevertButton' => true, ], 'contact_text' => [ 'label' => __( 'Text', 'blocksy' ), 'type' => 'textarea', 'design' => 'inline', 'disableRevertButton' => true, ], 'contact_information' => [ 'label' => false, 'type' => 'ct-layers', 'manageable' => true, 'value' => [ [ 'id' => 'address', 'enabled' => true, 'title' => __('Address:', 'blocksy'), 'content' => 'Street Name, NY 38954', ], [ 'id' => 'phone', 'enabled' => true, 'title' => __('Phone:', 'blocksy'), 'content' => '578-393-4937', 'link' => 'tel:578-393-4937', ], [ 'id' => 'mobile', 'enabled' => true, 'title' => __('Mobile:', 'blocksy'), 'content' => '578-393-4937', 'link' => 'tel:578-393-4937', ], ], 'settings' => [ 'address' => [ 'label' => __( 'Address', 'blocksy' ), 'options' => [ 'title' => [ 'type' => 'text', 'label' => __('Title', 'blocksy'), 'value' => __('Address:', 'blocksy'), 'design' => 'inline', ], 'content' => [ 'type' => 'text', 'label' => __('Content', 'blocksy'), 'value' => 'Street Name, NY 38954', 'design' => 'inline', ], 'link' => [ 'type' => 'text', 'label' => __('Link (optional)', 'blocksy'), 'design' => 'inline', ] ] ], 'phone' => [ 'label' => __( 'Phone', 'blocksy' ), 'options' => [ 'title' => [ 'type' => 'text', 'label' => __('Title', 'blocksy'), 'value' => __('Phone:', 'blocksy'), 'design' => 'inline', ], 'content' => [ 'type' => 'text', 'label' => __('Content', 'blocksy'), 'value' => '578-393-4937', 'design' => 'inline', ], 'link' => [ 'type' => 'text', 'label' => __('Link (optional)', 'blocksy'), 'value' => 'tel:578-393-4937', 'design' => 'inline', ] ] ], 'mobile' => [ 'label' => __( 'Mobile', 'blocksy' ), 'options' => [ 'title' => [ 'type' => 'text', 'label' => __('Title', 'blocksy'), 'value' => __('Mobile:', 'blocksy'), 'design' => 'inline', ], 'content' => [ 'type' => 'text', 'label' => __('Content', 'blocksy'), 'value' => '578-393-4937', 'design' => 'inline', ], 'link' => [ 'type' => 'text', 'label' => __('Link (optional)', 'blocksy'), 'value' => 'tel:578-393-4937', 'design' => 'inline', ], ] ], 'fax' => [ 'label' => __( 'Fax', 'blocksy' ), 'options' => [ 'title' => [ 'type' => 'text', 'label' => __('Title', 'blocksy'), 'value' => __('Fax:', 'blocksy'), 'design' => 'inline', ], 'content' => [ 'type' => 'text', 'label' => __('Content', 'blocksy'), 'value' => '578-393-4937', 'design' => 'inline', ], 'link' => [ 'type' => 'text', 'label' => __('Link (optional)', 'blocksy'), 'value' => 'tel:578-393-4937', 'design' => 'inline', ], ] ], 'email' => [ 'label' => __( 'Email', 'blocksy' ), 'options' => [ 'title' => [ 'type' => 'text', 'label' => __('Title', 'blocksy'), 'value' => __('Email:', 'blocksy'), 'design' => 'inline', ], 'content' => [ 'type' => 'text', 'label' => __('Content', 'blocksy'), 'value' => 'contact@yourwebsite.com', 'design' => 'inline', ], 'link' => [ 'type' => 'text', 'label' => __('Link (optional)', 'blocksy'), 'value' => 'mailto:contact@yourwebsite.com', 'design' => 'inline', ], ] ], 'website' => [ 'label' => __( 'Website', 'blocksy' ), 'options' => [ 'title' => [ 'type' => 'text', 'label' => __('Title', 'blocksy'), 'value' => __('Website:', 'blocksy'), 'design' => 'inline', ], 'content' => [ 'type' => 'text', 'label' => __('Content', 'blocksy'), 'value' => 'creativethemes.com', 'design' => 'inline', ], 'link' => [ 'type' => 'text', 'label' => __('Link (optional)', 'blocksy'), 'value' => 'https://creativethemes.com', 'design' => 'inline', ], ] ], ], ], 'contact_link_target' => [ 'type' => 'ct-switch', 'label' => __( 'Open link in new tab', 'blocksy' ), 'value' => 'no', 'disableRevertButton' => true, ], 'contact_icons_size' => [ 'label' => __( 'Icons Size', 'blocksy' ), 'type' => 'ct-radio', 'value' => 'medium', 'view' => 'text', 'design' => 'block', 'setting' => [ 'transport' => 'postMessage' ], 'choices' => [ 'small' => __( 'Small', 'blocksy' ), 'medium' => __( 'Medium', 'blocksy' ), 'large' => __( 'Large', 'blocksy' ), ], ], 'contact_icons_type' => [ 'label' => __( 'Icons Type', 'blocksy' ), 'type' => 'ct-radio', 'value' => 'rounded', 'view' => 'text', 'design' => 'block', 'setting' => [ 'transport' => 'postMessage' ], 'choices' => [ 'simple' => __( 'Simple', 'blocksy' ), 'rounded' => __( 'Rounded', 'blocksy' ), 'square' => __( 'Square', 'blocksy' ), ], ], blocksy_rand_md5() => [ 'type' => 'ct-condition', 'condition' => [ 'contact_icons_type' => '!simple' ], 'options' => [ 'contact_icons_fill' => [ 'label' => __( 'Icons Fill Type', 'blocksy' ), 'type' => 'ct-radio', 'value' => 'outline', 'view' => 'text', 'design' => 'block', 'setting' => [ 'transport' => 'postMessage' ], 'choices' => [ 'outline' => __( 'Outline', 'blocksy' ), 'solid' => __( 'Solid', 'blocksy' ), ], ], ], ], ];