LICENSE
2 months ago
block.json
2 months ago
index.asset.php
2 months ago
index.js
2 months ago
style-index-rtl.css
2 months ago
style-index.css
2 months ago
block.json
44 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "superb-addons/animated-heading", |
| 5 | "version": "0.2.0", |
| 6 | "title": "Superb Animated Heading", |
| 7 | "category": "superb-addons-blocks", |
| 8 | "icon": "redo", |
| 9 | "description": "Add eye-catching letter-by-letter animations to your headings. Choose from 13 effects with adjustable speed and looping.", |
| 10 | "keywords": ["animated", "animation", "heading", "header", "h1", "h2", "h3"], |
| 11 | "supports": { |
| 12 | "html": false, |
| 13 | "inserter": false, |
| 14 | "align": ["wide", "full", "left", "right"], |
| 15 | "color": { |
| 16 | "background": true, |
| 17 | "gradients": false, |
| 18 | "text": false, |
| 19 | "link": false |
| 20 | }, |
| 21 | "spacing": { |
| 22 | "margin": true, |
| 23 | "padding": true |
| 24 | }, |
| 25 | "shadow": true, |
| 26 | "border": { |
| 27 | "color": true, |
| 28 | "radius": true, |
| 29 | "style": true, |
| 30 | "width": true |
| 31 | }, |
| 32 | "__experimentalBorder": { |
| 33 | "color": true, |
| 34 | "radius": true, |
| 35 | "style": true, |
| 36 | "width": true |
| 37 | } |
| 38 | }, |
| 39 | "textdomain": "superb-blocks", |
| 40 | "editorScript": "file:./index.js", |
| 41 | "editorStyle": "file:./index.css", |
| 42 | "style": "file:./style-index.css" |
| 43 | } |
| 44 |