block.json
39 lines
| 1 | { |
| 2 | "apiVersion": 2, |
| 3 | "name": "jet-forms/group-break-field", |
| 4 | "category": "jet-form-builder-elements", |
| 5 | "keywords": [ |
| 6 | "jetformbuilder", |
| 7 | "block", |
| 8 | "conditonal" |
| 9 | ], |
| 10 | "textdomain": "jet-form-builder", |
| 11 | "supports": { |
| 12 | "customClassName": false, |
| 13 | "html": false |
| 14 | }, |
| 15 | "title": "Group Break Field", |
| 16 | "icon": "<svg width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"64\" height=\"64\" fill=\"white\"/><rect x=\"1\" y=\"1\" width=\"62\" height=\"24\" rx=\"3\" fill=\"white\" stroke=\"#162B40\" stroke-width=\"2\"/><rect x=\"1\" y=\"39\" width=\"62\" height=\"24\" rx=\"3\" fill=\"white\" stroke=\"#162B40\" stroke-width=\"2\"/><rect x=\"1\" y=\"30\" width=\"62\" height=\"4\" rx=\"2\" fill=\"#4AF3BA\" stroke=\"#162B40\" stroke-width=\"2\"/></svg>", |
| 17 | "attributes": { |
| 18 | "visibility": { |
| 19 | "type": "string", |
| 20 | "default": "" |
| 21 | }, |
| 22 | "add_prev": { |
| 23 | "type": "boolean", |
| 24 | "default": false |
| 25 | }, |
| 26 | "prev_label": { |
| 27 | "type": "string", |
| 28 | "default": "" |
| 29 | }, |
| 30 | "class_name": { |
| 31 | "type": "string", |
| 32 | "default": "" |
| 33 | }, |
| 34 | "className": { |
| 35 | "type": "string", |
| 36 | "default": "" |
| 37 | } |
| 38 | } |
| 39 | } |