-
Notifications
You must be signed in to change notification settings - Fork 0
/
block.json
34 lines (33 loc) · 921 Bytes
/
block.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"title": "Boilerplate Block",
"name": "immaginificio/imm-gutenberg-boilerplate",
"description": "Boilerplate for Gutenberg Blocks",
"category": "immaginificio",
"icon": "hammer",
"textdomain": "immaginificio",
"editorScript": "file:./build/index.js",
"viewScript": "file:./assets/js/script.js",
"editorStyle": "file:./assets/css/editor.css",
"style": "file:./assets/css/style.css",
"supports": {
"anchor": true,
"align": true,
"color": {
"background": true,
"text": true,
"link": true
},
"shadow": true,
"spacing": {
"margin": true,
"padding": true,
"blockGap": true
},
"typography": {
"fontSize": true,
"lineHeight": true
}
}
}