block.json
2 years ago
view.asset.php
1 month ago
view.css
2 years ago
view.js
1 month ago
view.rtl.css
2 years ago
block.json
79 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "jetpack/opentable", |
| 5 | "title": "OpenTable", |
| 6 | "description": "Book a reservation with OpenTable.", |
| 7 | "keywords": [ |
| 8 | "booking", |
| 9 | "reservation", |
| 10 | "restaurant" |
| 11 | ], |
| 12 | "version": "12.5.0", |
| 13 | "textdomain": "jetpack", |
| 14 | "category": "monetize", |
| 15 | "icon": "<svg viewBox='0 0 22 16' width='22' height='16' xmlns='http://www.w3.org/2000/svg'><path d='m1.997 5.982c-.39457-.00039-.7804.11622-1.108699.33511-.328295.21888-.584312.5302-.735674.89459-.15136174.36439-.1912714.76548-.1146819 1.15254.0765899.38707.2662379.74274.5449639 1.02202.278726.27929.634011.46965 1.020921.54702.38692.07732.78809.03826 1.15278-.11238.36469-.15063.67652-.40602.89606-.73387.21954-.32786.33693-.71345.33733-1.10803v-.002c.001-1.1-.89-1.994-1.992-1.995zm12.006 3.988c-.3946.0004-.7805-.11625-1.1088-.33517-.3283-.21893-.5843-.53031-.7357-.89476-.1513-.36444-.1912-.76558-.1145-1.15268s.2664-.74276.5453-1.022c.2788-.27925.6342-.46953 1.0211-.54679.387-.07725.7882-.038 1.1529.11278.3647.15079.6764.40634.8959.73432.2194.32799.3366.71369.3368 1.1083v.003c.0003.52814-.2092 1.03477-.5824 1.4085s-.8795.58397-1.4076.5845zm0-9.96999843c-1.5777-.0009886-3.1203.46588743-4.43262 1.34158843-1.31236.8757-2.33558 2.1209-2.94025 3.57813-.60467 1.45722-.76365 3.06103-.45683 4.60861.30683 1.54757 1.06567 2.96947 2.18058 4.08577 1.1149 1.1163 2.53582 1.8769 4.08302 2.1856 1.5472.3088 3.1512.1518 4.6091-.451 1.458-.6028 2.7045-1.6245 3.5819-2.9358.8773-1.3112 1.3461-2.8532 1.3471-4.4309v-.005c.0008-2.11466-.8384-4.14304-2.3331-5.63899-1.4946-1.495952-3.5222-2.3369478-5.6369-2.33800843z' /></svg>", |
| 16 | "supports": { |
| 17 | "align": true, |
| 18 | "html": false |
| 19 | }, |
| 20 | "attributes": { |
| 21 | "rid": { |
| 22 | "default": [], |
| 23 | "type": "array" |
| 24 | }, |
| 25 | "style": { |
| 26 | "default": "standard", |
| 27 | "type": "string", |
| 28 | "enum": [ |
| 29 | "button", |
| 30 | "standard", |
| 31 | "wide", |
| 32 | "tall" |
| 33 | ] |
| 34 | }, |
| 35 | "iframe": { |
| 36 | "default": true, |
| 37 | "type": "boolean" |
| 38 | }, |
| 39 | "domain": { |
| 40 | "default": "com", |
| 41 | "type": "string" |
| 42 | }, |
| 43 | "lang": { |
| 44 | "default": "en-US", |
| 45 | "type": "string", |
| 46 | "enum": [ |
| 47 | "en-US", |
| 48 | "fr-CA", |
| 49 | "de-DE", |
| 50 | "es-MX", |
| 51 | "ja-JP", |
| 52 | "nl-NL", |
| 53 | "it-IT" |
| 54 | ] |
| 55 | }, |
| 56 | "newtab": { |
| 57 | "default": false, |
| 58 | "type": "boolean" |
| 59 | }, |
| 60 | "negativeMargin": { |
| 61 | "default": false, |
| 62 | "type": "boolean" |
| 63 | } |
| 64 | }, |
| 65 | "example": { |
| 66 | "attributes": { |
| 67 | "rid": [ |
| 68 | "1" |
| 69 | ], |
| 70 | "style": "standard", |
| 71 | "iframe": true, |
| 72 | "domain": "com", |
| 73 | "lang": "en-US", |
| 74 | "newtab": false, |
| 75 | "negativeMargin": false |
| 76 | } |
| 77 | }, |
| 78 | "editorScript": "jetpack-blocks-editor" |
| 79 | } |