diff --git a/website/forms/php/filters/block/form/data-type-selector.md b/website/forms/php/filters/block/form/data-type-selector.md new file mode 100644 index 000000000..6c9da8318 --- /dev/null +++ b/website/forms/php/filters/block/form/data-type-selector.md @@ -0,0 +1,4 @@ +--- +id: data-type-selector +title: Data type selector +--- diff --git a/website/forms/php/filters/block/form/global-msg-headings.md b/website/forms/php/filters/block/form/global-msg-headings.md new file mode 100644 index 000000000..ea4a085b3 --- /dev/null +++ b/website/forms/php/filters/block/form/global-msg-headings.md @@ -0,0 +1,4 @@ +--- +id: global-msg-headings +title: Global msg headings +--- diff --git a/website/forms/php/filters/block/form/phone-sync.md b/website/forms/php/filters/block/form/phone-sync.md new file mode 100644 index 000000000..d8ab21ca2 --- /dev/null +++ b/website/forms/php/filters/block/form/phone-sync.md @@ -0,0 +1,4 @@ +--- +id: phone-sync +title: Phone sync +--- diff --git a/website/forms/php/filters/block/form/success-redirect-variation.md b/website/forms/php/filters/block/form/success-redirect-variation.md new file mode 100644 index 000000000..282aca61b --- /dev/null +++ b/website/forms/php/filters/block/form/success-redirect-variation.md @@ -0,0 +1,4 @@ +--- +id: success-redirect-variation +title: Success redirect variation +--- diff --git a/website/forms/php/filters/block/form/tracking-additional-data.md b/website/forms/php/filters/block/form/tracking-additional-data.md new file mode 100644 index 000000000..63806a030 --- /dev/null +++ b/website/forms/php/filters/block/form/tracking-additional-data.md @@ -0,0 +1,4 @@ +--- +id: tracking-additional-data +title: Tracking additional data +--- diff --git a/website/forms/php/filters/block/form/tracking-event-name.md b/website/forms/php/filters/block/form/tracking-event-name.md new file mode 100644 index 000000000..1698a28b1 --- /dev/null +++ b/website/forms/php/filters/block/form/tracking-event-name.md @@ -0,0 +1,4 @@ +--- +id: tracking-event-name +title: Tracking event name +--- diff --git a/website/forms/php/filters/general/scripts-dependency.md b/website/forms/php/filters/general/scripts-dependency.md new file mode 100644 index 000000000..8ed4c583e --- /dev/null +++ b/website/forms/php/filters/general/scripts-dependency.md @@ -0,0 +1,4 @@ +--- +id: scripts-dependency +title: Scripts dependency +--- diff --git a/website/sidebars-forms.js b/website/sidebars-forms.js index 3949dadde..0a6e5dc42 100644 --- a/website/sidebars-forms.js +++ b/website/sidebars-forms.js @@ -53,6 +53,12 @@ module.exports = { 'php/filters/block/form/redirect-timeout', 'php/filters/block/form/hide-global-msg-timeout', 'php/filters/block/form/success-redirect-url', + 'php/filters/block/form/success-redirect-variation', + 'php/filters/block/form/tracking-event-name', + 'php/filters/block/form/tracking-additional-data', + 'php/filters/block/form/data-type-selector', + 'php/filters/block/form/phone-sync', + 'php/filters/block/form/global-msg-headings', 'php/filters/block/form/additional-content', ], }, @@ -102,38 +108,38 @@ module.exports = { }, { 'type': 'category', - 'label': 'Country', + 'label': 'Checkboxes', 'items': [ - 'php/filters/block/country/alternative-data-set', - 'php/filters/block/country/additional-content', + 'php/filters/block/checkboxes/additional-content', ], }, { 'type': 'category', - 'label': 'Phone', + 'label': 'Radios', 'items': [ - 'php/filters/block/phone/additional-content', + 'php/filters/block/radios/additional-content', ], }, { 'type': 'category', - 'label': 'Date', + 'label': 'Phone', 'items': [ - 'php/filters/block/date/additional-content', + 'php/filters/block/phone/additional-content', ], }, { 'type': 'category', - 'label': 'Checkboxes', + 'label': 'Country', 'items': [ - 'php/filters/block/checkboxes/additional-content', + 'php/filters/block/country/alternative-data-set', + 'php/filters/block/country/additional-content', ], }, { 'type': 'category', - 'label': 'Radios', + 'label': 'Date', 'items': [ - 'php/filters/block/radios/additional-content', + 'php/filters/block/date/additional-content', ], }, { @@ -175,6 +181,7 @@ module.exports = { 'items': [ 'php/filters/general/http-request-timeout', 'php/filters/general/set-locale', + 'php/filters/general/scripts-dependency', ], }, {