setAttributes({ enable_ajax })}
/>
setAttributes({ flexi_type: value })}
/>
setAttributes({ form_title })}
/>
setAttributes({ form_class: value })}
/>
setAttributes({ title_label })}
/>
setAttributes({ title_placeholder })}
/>
setAttributes({ enable_desp })}
/>
{attributes.enable_desp && (
setAttributes({ desp_label })}
/>
)}
{attributes.enable_desp && (
setAttributes({ desp_placeholder })}
/>
)}
setAttributes({ enable_category })}
/>
{attributes.enable_category && (
setAttributes({ category_label })}
/>
)}
{attributes.enable_category && (
setAttributes({ cat: Number(value) })}
/>
)}
setAttributes({ enable_tag })}
/>
{attributes.enable_tag && (
setAttributes({ tag_label })}
/>
)}
{attributes.flexi_type == "image" && (
setAttributes({ enable_file })}
/>
{attributes.enable_file && (
setAttributes({ enable_bulk_file })}
/>
)}
{attributes.enable_file && (
setAttributes({ file_label })}
/>
)}
)}
{attributes.flexi_type == "url" && (
setAttributes({ enable_url })}
/>
{attributes.enable_url && (
setAttributes({ url_label })}
/>
)}
)}
setAttributes({ enable_security })}
/>
setAttributes({ button_label })}
/>