Skip to content

Commit

Permalink
Feature/forms (#253)
Browse files Browse the repository at this point in the history
* adding documentation
  • Loading branch information
iruzevic authored Jul 31, 2023
1 parent d42257c commit 75b6b3c
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 11 deletions.
4 changes: 4 additions & 0 deletions website/forms/php/filters/block/form/data-type-selector.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
id: data-type-selector
title: Data type selector
---
4 changes: 4 additions & 0 deletions website/forms/php/filters/block/form/global-msg-headings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
id: global-msg-headings
title: Global msg headings
---
4 changes: 4 additions & 0 deletions website/forms/php/filters/block/form/phone-sync.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
id: phone-sync
title: Phone sync
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
id: success-redirect-variation
title: Success redirect variation
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
id: tracking-additional-data
title: Tracking additional data
---
4 changes: 4 additions & 0 deletions website/forms/php/filters/block/form/tracking-event-name.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
id: tracking-event-name
title: Tracking event name
---
4 changes: 4 additions & 0 deletions website/forms/php/filters/general/scripts-dependency.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
id: scripts-dependency
title: Scripts dependency
---
29 changes: 18 additions & 11 deletions website/sidebars-forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
},
Expand Down Expand Up @@ -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',
],
},
{
Expand Down Expand Up @@ -175,6 +181,7 @@ module.exports = {
'items': [
'php/filters/general/http-request-timeout',
'php/filters/general/set-locale',
'php/filters/general/scripts-dependency',
],
},
{
Expand Down

0 comments on commit 75b6b3c

Please sign in to comment.