|
8 | 8 | "link": "/" |
9 | 9 | }, |
10 | 10 | { |
11 | | - "text": "Form Area", |
12 | | - "link": "/form-area" |
| 11 | + "text": "Form Element", |
| 12 | + "link": "/form-element" |
13 | 13 | }, |
14 | 14 | { |
15 | | - "text": "Actions", |
16 | | - "link": "/after-submit-actions" |
| 15 | + "text": "Dynamic Data", |
| 16 | + "link": "/dynamic-data" |
17 | 17 | }, |
18 | 18 | { |
19 | | - "text": "Elements", |
20 | | - "link": "/elements" |
| 19 | + "text": "Conditional Logic", |
| 20 | + "link": "/conditional-logic" |
21 | 21 | }, |
22 | 22 | { |
23 | | - "text": "Captcha", |
24 | | - "link": "/captcha" |
| 23 | + "text": "Validation", |
| 24 | + "link": "/validation" |
25 | 25 | }, |
26 | 26 | { |
27 | 27 | "text": "Styling", |
28 | 28 | "link": "/styling" |
29 | | - }, |
30 | | - { |
31 | | - "text": "Conditional Logic", |
32 | | - "link": "/conditional-logic" |
33 | 29 | } |
34 | 30 | ] |
35 | 31 | }, |
36 | 32 | { |
37 | | - "text": "Actions", |
38 | | - "base": "${base}/addons/forms/actions", |
| 33 | + "text": "Elements", |
| 34 | + "base": "${base}/addons/forms", |
39 | 35 | "items": [ |
40 | 36 | { |
41 | | - "text": "Alter", |
42 | | - "link": "/alter" |
43 | | - }, |
44 | | - { |
45 | | - "text": "Download", |
46 | | - "link": "/download" |
| 37 | + "text": "Overview", |
| 38 | + "link": "/elements" |
47 | 39 | }, |
48 | 40 | { |
49 | | - "text": "Email", |
50 | | - "link": "/email" |
| 41 | + "text": "Input", |
| 42 | + "collapsed": true, |
| 43 | + "items": [ |
| 44 | + { |
| 45 | + "text": "Input", |
| 46 | + "link": "/elements/input" |
| 47 | + }, |
| 48 | + { |
| 49 | + "text": "Textarea", |
| 50 | + "link": "/elements/textarea" |
| 51 | + }, |
| 52 | + { |
| 53 | + "text": "Range", |
| 54 | + "link": "/elements/range" |
| 55 | + } |
| 56 | + ] |
51 | 57 | }, |
52 | 58 | { |
53 | | - "text": "Message", |
54 | | - "link": "/message" |
| 59 | + "text": "Selection", |
| 60 | + "collapsed": true, |
| 61 | + "items": [ |
| 62 | + { |
| 63 | + "text": "Select", |
| 64 | + "link": "/elements/select" |
| 65 | + }, |
| 66 | + { |
| 67 | + "text": "Checkbox", |
| 68 | + "link": "/elements/checkbox" |
| 69 | + }, |
| 70 | + { |
| 71 | + "text": "Radio", |
| 72 | + "link": "/elements/radio" |
| 73 | + } |
| 74 | + ] |
55 | 75 | }, |
56 | 76 | { |
57 | | - "text": "Redirect", |
58 | | - "link": "/redirect" |
59 | | - }, |
| 77 | + "text": "Other", |
| 78 | + "collapsed": true, |
| 79 | + "items": [ |
| 80 | + { |
| 81 | + "text": "Button", |
| 82 | + "link": "/elements/button" |
| 83 | + }, |
| 84 | + { |
| 85 | + "text": "Upload", |
| 86 | + "link": "/elements/upload" |
| 87 | + }, |
| 88 | + { |
| 89 | + "text": "Hidden", |
| 90 | + "link": "/elements/hidden" |
| 91 | + }, |
| 92 | + { |
| 93 | + "text": "Fieldset", |
| 94 | + "link": "/elements/fieldset" |
| 95 | + } |
| 96 | + ] |
| 97 | + } |
| 98 | + ] |
| 99 | + }, |
| 100 | + { |
| 101 | + "text": "Actions", |
| 102 | + "base": "${base}/addons/forms", |
| 103 | + "items": [ |
60 | 104 | { |
61 | | - "text": "Validate", |
62 | | - "link": "/validate" |
| 105 | + "text": "Overview", |
| 106 | + "link": "/after-submit-actions" |
63 | 107 | }, |
64 | 108 | { |
65 | | - "text": "Webhook", |
66 | | - "link": "/webhook" |
| 109 | + "text": "Basic", |
| 110 | + "collapsed": true, |
| 111 | + "items": [ |
| 112 | + { |
| 113 | + "text": "Alter", |
| 114 | + "link": "/actions/alter" |
| 115 | + }, |
| 116 | + { |
| 117 | + "text": "Email", |
| 118 | + "link": "/actions/email" |
| 119 | + }, |
| 120 | + { |
| 121 | + "text": "Message", |
| 122 | + "link": "/actions/message" |
| 123 | + }, |
| 124 | + { |
| 125 | + "text": "Validate", |
| 126 | + "link": "/actions/validate" |
| 127 | + } |
| 128 | + ] |
67 | 129 | }, |
68 | 130 | { |
69 | 131 | "text": "Data", |
| 132 | + "collapsed": true, |
70 | 133 | "items": [ |
71 | 134 | { |
72 | 135 | "text": "Airtable", |
73 | | - "link": "/airtable" |
| 136 | + "link": "/actions/airtable" |
74 | 137 | }, |
75 | 138 | { |
76 | 139 | "text": "CSV", |
77 | | - "link": "/csv" |
| 140 | + "link": "/actions/csv" |
78 | 141 | }, |
79 | 142 | { |
80 | 143 | "text": "Database", |
81 | | - "link": "/database" |
| 144 | + "link": "/actions/database" |
82 | 145 | }, |
83 | 146 | { |
84 | 147 | "text": "Google Sheets", |
85 | | - "link": "/google-sheets" |
| 148 | + "link": "/actions/google-sheets" |
86 | 149 | } |
87 | 150 | ] |
88 | 151 | }, |
89 | 152 | { |
90 | | - "text": "Misc", |
| 153 | + "text": "Marketing", |
| 154 | + "collapsed": true, |
91 | 155 | "items": [ |
92 | 156 | { |
93 | 157 | "text": "AcyMailing", |
94 | | - "link": "/acymailing" |
| 158 | + "link": "/actions/acymailing" |
| 159 | + }, |
| 160 | + { |
| 161 | + "text": "Brevo", |
| 162 | + "link": "/actions/brevo" |
| 163 | + }, |
| 164 | + { |
| 165 | + "text": "Laposta", |
| 166 | + "link": "/actions/laposta" |
95 | 167 | }, |
96 | 168 | { |
97 | 169 | "text": "Mailchimp", |
98 | | - "link": "/mailchimp" |
| 170 | + "link": "/actions/mailchimp" |
| 171 | + }, |
| 172 | + { |
| 173 | + "text": "MailerLite", |
| 174 | + "link": "/actions/mailerlite" |
| 175 | + } |
| 176 | + ] |
| 177 | + }, |
| 178 | + { |
| 179 | + "text": "Other", |
| 180 | + "collapsed": true, |
| 181 | + "items": [ |
| 182 | + { |
| 183 | + "text": "Download", |
| 184 | + "link": "/actions/download" |
| 185 | + }, |
| 186 | + { |
| 187 | + "text": "Redirect", |
| 188 | + "link": "/actions/redirect" |
| 189 | + }, |
| 190 | + { |
| 191 | + "text": "Webhook", |
| 192 | + "link": "/actions/webhook" |
99 | 193 | } |
100 | 194 | ] |
101 | 195 | } |
|
0 commit comments