field-image-select
3 months ago
field-rating
6 months ago
form-progress-indicator
3 months ago
form-step-navigation
1 month ago
images
8 months ago
input-range
3 months ago
187.js
2 days ago
712.js
2 days ago
712.js.LICENSE.txt
2 days ago
913.css
2 days ago
913.js
2 days ago
913.rtl.css
2 days ago
93.css
1 week ago
93.js
2 days ago
93.rtl.css
1 week ago
ai-form-plugin.asset.php
2 days ago
ai-form-plugin.js
2 days ago
block.json
2 days ago
editor.asset.php
2 days ago
editor.css
2 days ago
editor.js
2 days ago
editor.rtl.css
2 days ago
view.asset.php
2 days ago
view.js
2 days ago
block.json
63 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "jetpack/contact-form", |
| 5 | "title": "Form", |
| 6 | "description": "Create forms to collect data from site visitors and manage their responses.", |
| 7 | "keywords": [ "email", "feedback", "contact form" ], |
| 8 | "version": "12.5.0", |
| 9 | "textdomain": "jetpack-forms", |
| 10 | "category": "contact-form", |
| 11 | "icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='m13 7.5 h 5 v 1.5 h -5 v -1.5z'/><path d='m13 15 h 5 v 1.5 h -5 v -1.5z'/><path d='m19.01,3H4.99c-1.1,0-1.99.89-1.99,1.99v14.02c0,1.1.89,1.99,1.99,1.99h14.02c1.1,0,1.99-.89,1.99-1.99V4.99c0-1.1-.89-1.99-1.99-1.99Zm.49,15.99c0,.28-.23.51-.51.51H5.01c-.28,0-.51-.23-.51-.51V5.01c0-.28.23-.51.51-.51h13.98c.28,0,.51.23.51.51v13.98Z'/><path d='m9.46,13h-1.92c-.85,0-1.54.69-1.54,1.54v1.92c0,.85.69,1.54,1.54,1.54h1.92c.85,0,1.54-.69,1.54-1.54v-1.92c0-.85-.69-1.54-1.54-1.54Zm.04,3.5h-2v-2h2v2Z'/><path d='m9.46,6h-1.92c-.85,0-1.54.69-1.54,1.54v1.92c0,.85.69,1.54,1.54,1.54h1.92c.85,0,1.54-.69,1.54-1.54v-1.92c0-.85-.69-1.54-1.54-1.54Zm.04,3.5h-2v-2h2v2Z'/></svg>", |
| 12 | "supports": { |
| 13 | "color": { |
| 14 | "link": true, |
| 15 | "gradients": true |
| 16 | }, |
| 17 | "background": { |
| 18 | "backgroundImage": true, |
| 19 | "backgroundSize": true, |
| 20 | "__experimentalDefaultControls": { |
| 21 | "backgroundImage": true |
| 22 | } |
| 23 | }, |
| 24 | "html": false, |
| 25 | "spacing": { |
| 26 | "padding": true, |
| 27 | "margin": true |
| 28 | }, |
| 29 | "align": [ "wide", "full" ], |
| 30 | "layout": { |
| 31 | "default": { |
| 32 | "type": "flex", |
| 33 | "flexWrap": "wrap", |
| 34 | "orientation": "horizontal", |
| 35 | "justifyContent": "left", |
| 36 | "verticalAlignment": "top" |
| 37 | }, |
| 38 | "allowSwitching": false, |
| 39 | "allowEditing": true, |
| 40 | "allowOrientation": true, |
| 41 | "allowVerticalAlignment": true, |
| 42 | "allowJustification": true, |
| 43 | "allowWrap": false |
| 44 | }, |
| 45 | "__experimentalBorder": { |
| 46 | "color": true, |
| 47 | "radius": true, |
| 48 | "style": true, |
| 49 | "width": true, |
| 50 | "__experimentalDefaultControls": { |
| 51 | "color": true, |
| 52 | "radius": true, |
| 53 | "style": true, |
| 54 | "width": true |
| 55 | } |
| 56 | }, |
| 57 | "listView": true |
| 58 | }, |
| 59 | "attributes": {}, |
| 60 | "editorScript": "file:./editor.js", |
| 61 | "style": "file:../../../dist/contact-form/css/jetpack-forms-layout.css" |
| 62 | } |
| 63 |