block.json
38 lines
| 1 | { |
| 2 | "apiVersion": 2, |
| 3 | "name": "jet-forms/progress-bar", |
| 4 | "category": "jet-form-builder-elements", |
| 5 | "keywords": [ |
| 6 | "jetformbuilder", |
| 7 | "progress", |
| 8 | "steps", |
| 9 | "bar", |
| 10 | "break", |
| 11 | "form" |
| 12 | ], |
| 13 | "textdomain": "jet-form-builder", |
| 14 | "supports": { |
| 15 | "customClassName": false, |
| 16 | "html": false |
| 17 | }, |
| 18 | "title": "Progress Bar", |
| 19 | "icon": "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"10.463\" y=\"7.46296\" width=\"11.0741\" height=\"11.0741\" rx=\"0.537037\" fill=\"#4AF3BA\" stroke=\"#0F172A\" stroke-width=\"0.925926\"/>\n<rect x=\"14.5\" y=\"21\" width=\"3\" height=\"3\" rx=\"0.5\" fill=\"#4AF3BA\" stroke=\"#0F172A\"/>\n<rect x=\"2.5\" y=\"21\" width=\"3\" height=\"3\" rx=\"0.5\" fill=\"white\" stroke=\"#0F172A\"/>\n<rect x=\"26.5\" y=\"21\" width=\"3\" height=\"3\" rx=\"0.5\" fill=\"white\" stroke=\"#0F172A\"/>\n<rect x=\"0.5\" y=\"11.5\" width=\"7\" height=\"7\" rx=\"0.5\" fill=\"white\" stroke=\"#0F172A\"/>\n<rect x=\"24.5\" y=\"11.5\" width=\"7\" height=\"7\" rx=\"0.5\" fill=\"white\" stroke=\"#0F172A\"/>\n<path d=\"M18 16H14.113V15.1951L15.9474 13.1545C16.1993 12.8672 16.3849 12.6165 16.5044 12.4024C16.6264 12.1883 16.6874 11.9851 16.6874 11.7927C16.6874 11.5298 16.6238 11.3238 16.4966 11.1748C16.3694 11.023 16.1876 10.9472 15.9513 10.9472C15.6969 10.9472 15.4956 11.0393 15.3476 11.2236C15.2022 11.4051 15.1295 11.645 15.1295 11.9431H14C14 11.5827 14.0818 11.2534 14.2454 10.9553C14.4116 10.6572 14.6452 10.4241 14.9464 10.2561C15.2476 10.0854 15.5891 10 15.9708 10C16.555 10 17.0081 10.1463 17.3301 10.439C17.6547 10.7317 17.8169 11.145 17.8169 11.6789C17.8169 11.9715 17.7442 12.2696 17.5988 12.5732C17.4534 12.8767 17.2042 13.2304 16.851 13.6341L15.5618 15.0528H18V16Z\" fill=\"#0F172A\"/>\n<path d=\"M4.23828 16.8477H3.67383V14.6719L3 14.8809V14.4219L4.17773 14H4.23828V16.8477Z\" fill=\"#0F172A\"/>\n<path d=\"M27.6426 15.2109H27.9434C28.0866 15.2109 28.1927 15.1751 28.2617 15.1035C28.3307 15.0319 28.3652 14.9368 28.3652 14.8184C28.3652 14.7038 28.3307 14.6146 28.2617 14.5508C28.194 14.487 28.1003 14.4551 27.9805 14.4551C27.8724 14.4551 27.7819 14.485 27.709 14.5449C27.6361 14.6035 27.5996 14.6803 27.5996 14.7754H27.0352C27.0352 14.627 27.0749 14.4941 27.1543 14.377C27.235 14.2585 27.347 14.166 27.4902 14.0996C27.6348 14.0332 27.7936 14 27.9668 14C28.2676 14 28.5033 14.0723 28.6738 14.2168C28.8444 14.36 28.9297 14.5579 28.9297 14.8105C28.9297 14.9408 28.89 15.0605 28.8105 15.1699C28.7311 15.2793 28.627 15.3633 28.498 15.4219C28.6582 15.4792 28.7773 15.5651 28.8555 15.6797C28.9349 15.7943 28.9746 15.9297 28.9746 16.0859C28.9746 16.3385 28.8822 16.541 28.6973 16.6934C28.5137 16.8457 28.2702 16.9219 27.9668 16.9219C27.6829 16.9219 27.4505 16.847 27.2695 16.6973C27.0898 16.5475 27 16.3496 27 16.1035H27.5645C27.5645 16.2103 27.6042 16.2975 27.6836 16.3652C27.7643 16.4329 27.8633 16.4668 27.9805 16.4668C28.1146 16.4668 28.2194 16.4316 28.2949 16.3613C28.3717 16.2897 28.4102 16.1953 28.4102 16.0781C28.4102 15.7943 28.2539 15.6523 27.9414 15.6523H27.6426V15.2109Z\" fill=\"#0F172A\"/>\n<rect x=\"7\" y=\"22\" width=\"6\" height=\"1\" rx=\"0.5\" fill=\"#0F172A\"/>\n<rect x=\"19\" y=\"22\" width=\"6\" height=\"1\" rx=\"0.5\" fill=\"#0F172A\"/>\n</svg>", |
| 20 | "attributes": { |
| 21 | "progress_type": { |
| 22 | "type": "string", |
| 23 | "default": "default" |
| 24 | }, |
| 25 | "class_name": { |
| 26 | "type": "string", |
| 27 | "default": "" |
| 28 | }, |
| 29 | "className": { |
| 30 | "type": "string", |
| 31 | "default": "" |
| 32 | } |
| 33 | }, |
| 34 | "usesContext": [ |
| 35 | "jet-forms/conditional-block--name", |
| 36 | "jet-forms/conditional-block--last_page_name" |
| 37 | ] |
| 38 | } |