Skip to content

Commit

Permalink
KAD-3607 WPML support for advanced form
Browse files Browse the repository at this point in the history
  • Loading branch information
oakesjosh committed Nov 20, 2024
1 parent 7621f56 commit 77476d1
Showing 1 changed file with 179 additions and 0 deletions.
179 changes: 179 additions & 0 deletions wpml-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,110 @@
<gutenberg-block type="kadence/advanced-form" translate="1">
<key name="id" type="post-ids" sub-type="kadence_form" />
</gutenberg-block>
<gutenberg-block type="kadence/advanced-form-accept" translate="1">
<key name="label" />
<key name="description" />
<key name="ariaDescription" />
<key name="defaultValue" />
</gutenberg-block>
<gutenberg-block type="kadence/advanced-form-captcha" translate="1">
<key name="label" />
<key name="recaptchaNotice" />
</gutenberg-block>
<gutenberg-block type="kadence/advanced-form-checkbox" translate="1">
<key name="label" />
<key name="helpText" />
<key name="ariaDescription" />
<key name="errorMessage" />
<key name="requiredMessage" />
</gutenberg-block>
<gutenberg-block type="kadence/advanced-form-date" translate="1">
<key name="label" />
<key name="helpText" />
<key name="ariaDescription" />
<key name="errorMessage" />
<key name="requiredMessage" />
</gutenberg-block>
<gutenberg-block type="kadence/advanced-form-email" translate="1">
<key name="label" />
<key name="placeholder" />
<key name="ariaDescription" />
<key name="defaultValue" />
<key name="errorMessage" />
<key name="requiredMessage" />
<key name="helpText" />
</gutenberg-block>
<gutenberg-block type="kadence/advanced-form-file" translate="1">
<key name="label" />
<key name="ariaDescription" />
<key name="helpText" />
</gutenberg-block>
<gutenberg-block type="kadence/advanced-form-number" translate="1">
<key name="label" />
<key name="placeholder" />
<key name="ariaDescription" />
<key name="defaultValue" />
<key name="errorMessage" />
<key name="requiredMessage" />
<key name="helpText" />
</gutenberg-block>
<gutenberg-block type="kadence/advanced-form-radio" translate="1">
<key name="label" />
<key name="placeholder" />
<key name="ariaDescription" />
<key name="defaultValue" />
<key name="errorMessage" />
<key name="requiredMessage" />
<key name="helpText" />
</gutenberg-block>
<gutenberg-block type="kadence/advanced-form-select" translate="1">
<key name="label" />
<key name="placeholder" />
<key name="ariaDescription" />
<key name="defaultValue" />
<key name="errorMessage" />
<key name="requiredMessage" />
<key name="helpText" />
</gutenberg-block>
<gutenberg-block type="kadence/advanced-form-submit" translate="1">
<key name="label" />
</gutenberg-block>
<gutenberg-block type="kadence/advanced-form-telephone" translate="1">
<key name="label" />
<key name="placeholder" />
<key name="ariaDescription" />
<key name="defaultValue" />
<key name="errorMessage" />
<key name="requiredMessage" />
<key name="helpText" />
</gutenberg-block>
<gutenberg-block type="kadence/advanced-form-text" translate="1">
<key name="label" />
<key name="placeholder" />
<key name="ariaDescription" />
<key name="defaultValue" />
<key name="errorMessage" />
<key name="requiredMessage" />
<key name="helpText" />
</gutenberg-block>
<gutenberg-block type="kadence/advanced-form-textarea" translate="1">
<key name="label" />
<key name="placeholder" />
<key name="ariaDescription" />
<key name="defaultValue" />
<key name="errorMessage" />
<key name="requiredMessage" />
<key name="helpText" />
</gutenberg-block>
<gutenberg-block type="kadence/advanced-form-time" translate="1">
<key name="label" />
<key name="placeholder" />
<key name="ariaDescription" />
<key name="defaultValue" />
<key name="errorMessage" />
<key name="requiredMessage" />
<key name="helpText" />
</gutenberg-block>
<gutenberg-block type="kadence/spacer" translate="0"/>
<gutenberg-block type="kadence/rowlayout" translate="0"/>
<gutenberg-block type="kadence/column" translate="0"/>
Expand All @@ -115,4 +219,79 @@
</key>
</gutenberg-block>
</gutenberg-blocks>
<custom-types>
<custom-type translate="1">kadence_form</custom-type>
</custom-types>
<custom-fields>
<custom-field action="copy">_kad_form_fields</custom-field>
<custom-field action="copy">_kad_form_email</custom-field>
<custom-field action="copy">_kad_form_mailerlite</custom-field>
<custom-field action="copy">_kad_form_fluentcrm</custom-field>
<custom-field action="copy">_kad_form_sendinblue</custom-field>
<custom-field action="copy">_kad_form_mailchimp</custom-field>
<custom-field action="copy">_kad_form_getresponse</custom-field>
<custom-field action="copy">_kad_form_convertkit</custom-field>
<custom-field action="copy">_kad_form_activecampaign</custom-field>
<custom-field action="copy">_kad_form_browservalidation</custom-field>
<custom-field action="copy">_kad_form_enableanalytics</custom-field>
<custom-field action="copy">_kad_form_redirect</custom-field>
<custom-field action="copy">_kad_form_submithide</custom-field>
<custom-field action="copy">_kad_form_recaptcha</custom-field>
<custom-field action="copy">_kad_form_recaptchaversion</custom-field>
<custom-field action="copy">_kad_form_webhook</custom-field>
<custom-field action="copy">_kad_form_autoemail</custom-field>
<custom-field action="copy">_kad_form_entry</custom-field>
<custom-field action="copy">_kad_form_fieldborderradius</custom-field>
<custom-field action="copy">_kad_form_tabletfieldborderradius</custom-field>
<custom-field action="copy">_kad_form_mobilefieldborderradius</custom-field>
<custom-field action="copy">_kad_form_fieldborderradiusunit</custom-field>
<custom-field action="copy">_kad_form_description</custom-field>
<custom-field action="copy">_kad_form_fieldborderstyle</custom-field>
<custom-field action="copy">_kad_form_tabletfieldborderstyle</custom-field>
<custom-field action="copy">_kad_form_mobilefieldborderstyle</custom-field>
<custom-field action="copy">_kad_form_messages</custom-field>
<custom-field action="copy">_kad_form_inputfont</custom-field>
<custom-field action="copy">_kad_form_style</custom-field>
<custom-field action="copy">_kad_form_background</custom-field>
<custom-field action="copy">_kad_form_labelfont</custom-field>
<custom-field action="copy">_kad_form_radiolabelfont</custom-field>
<custom-field action="copy">_kad_form_helpfont</custom-field>
<custom-field action="copy">_kad_form_messagebordersuccess</custom-field>
<custom-field action="copy">_kad_form_tabletmessagebordersuccess</custom-field>
<custom-field action="copy">_kad_form_mobilemessagebordersuccess</custom-field>
<custom-field action="copy">_kad_form_messagebordererror</custom-field>
<custom-field action="copy">_kad_form_tabletmessagebordererror</custom-field>
<custom-field action="copy">_kad_form_mobilemessagebordererror</custom-field>
<custom-field action="copy">_kad_form_anchor</custom-field>
<custom-field action="copy">_kad_form_classname</custom-field>
<custom-field action="copy">_kad_form_actions</custom-field>
<custom-field action="copy">_kad_form_padding</custom-field>
<custom-field action="copy">_kad_form_tabletpadding</custom-field>
<custom-field action="copy">_kad_form_mobilepadding</custom-field>
<custom-field action="copy">_kad_form_paddingunit</custom-field>
<custom-field action="copy">_kad_form_margin</custom-field>
<custom-field action="copy">_kad_form_tabletmargin</custom-field>
<custom-field action="copy">_kad_form_mobilemargin</custom-field>
<custom-field action="copy">_kad_form_marginunit</custom-field>
<custom-field action="copy">_kad_form_messageborderradius</custom-field>
<custom-field action="copy">_kad_form_tabletmessageborderradius</custom-field>
<custom-field action="copy">_kad_form_mobilemessageborderradius</custom-field>
<custom-field action="copy">_kad_form_messageborderradiusunit</custom-field>
<custom-field action="copy">_kad_form_messagepadding</custom-field>
<custom-field action="copy">_kad_form_tablemessagepadding</custom-field>
<custom-field action="copy">_kad_form_mobilemessagepadding</custom-field>
<custom-field action="copy">_kad_form_messagepaddingunit</custom-field>
<custom-field action="copy">_kad_form_messagemargin</custom-field>
<custom-field action="copy">_kad_form_tabletmessagemargin</custom-field>
<custom-field action="copy">_kad_form_mobilemessagemargin</custom-field>
<custom-field action="copy">_kad_form_messagemarginunit</custom-field>
<custom-field action="copy">_kad_form_messagecolor</custom-field>
<custom-field action="copy">_kad_form_messagebackground</custom-field>
<custom-field action="copy">_kad_form_messagecolorerror</custom-field>
<custom-field action="copy">_kad_form_messagebackgrounderror</custom-field>
<custom-field action="copy">_kad_form_messagefont</custom-field>
<custom-field action="copy">_kad_form_maxwidthunit</custom-field>
<custom-field action="copy">_kad_form_maxwidth</custom-field>
<custom-field action="copy">_kad_form_importid</custom-field>
</custom-fields>
</wpml-config>

0 comments on commit 77476d1

Please sign in to comment.