calculated-field
2 years ago
checkbox-field
2 years ago
color-picker-field
2 years ago
conditional-block
2 years ago
controls
2 years ago
date-field
2 years ago
datetime-field
2 years ago
form-break-field
2 years ago
form-break-start
2 years ago
group-break-field
2 years ago
heading-field
2 years ago
hidden-field
2 years ago
media-field
2 years ago
number-field
2 years ago
progress-bar
2 years ago
radio-field
2 years ago
range-field
2 years ago
repeater-field
2 years ago
select-field
2 years ago
submit-field
2 years ago
text-field
2 years ago
textarea-field
2 years ago
time-field
2 years ago
wysiwyg-field
2 years ago
base-block.json
2 years ago
block-wrappers.js
2 years ago
form-fields.js
2 years ago
help-messages-config.js
2 years ago
select-radio-chekc-options.js
2 years ago
base-block.json
44 lines
| 1 | { |
| 2 | "attributes": { |
| 3 | "label": { |
| 4 | "type": "string", |
| 5 | "default": "" |
| 6 | }, |
| 7 | "name": { |
| 8 | "type": "string", |
| 9 | "default": "field_name" |
| 10 | }, |
| 11 | "desc": { |
| 12 | "type": "string", |
| 13 | "default": "" |
| 14 | }, |
| 15 | "default": { |
| 16 | "type": "string", |
| 17 | "default": "" |
| 18 | }, |
| 19 | "placeholder": { |
| 20 | "type": "string", |
| 21 | "default": "" |
| 22 | }, |
| 23 | "required": { |
| 24 | "type": "boolean", |
| 25 | "default": false |
| 26 | }, |
| 27 | "add_prev": { |
| 28 | "type": "boolean", |
| 29 | "default": false |
| 30 | }, |
| 31 | "prev_label": { |
| 32 | "type": "string", |
| 33 | "default": "" |
| 34 | }, |
| 35 | "visibility": { |
| 36 | "type": "string", |
| 37 | "default": "" |
| 38 | }, |
| 39 | "class_name": { |
| 40 | "type": "string", |
| 41 | "default": "" |
| 42 | } |
| 43 | } |
| 44 | } |