-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblock.json
34 lines (34 loc) · 841 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
34
{
"apiVersion": 2,
"name": "alecg/swipe-gallery",
"title": "Swipe Gallery",
"icon": "screenoptions",
"category": "media",
"editorScript": "alecg-swipe-gallery-editor-js",
"editorStyle": "file:./css/editor.css",
"style": "alecg-swipe-gallery-frontend-css",
"script": "alecg-swipe-gallery-frontend-js",
"attributes": {
"images": {
"type": "array",
"default": []
},
"aspectRatio": {
"enum": [
"16-9",
"4-3",
"3-2",
"1-1"
],
"default": "3-2"
},
"desktopItemsPerRow": {
"type": "integer",
"default": 4
},
"mobileItemsPerRow": {
"type": "integer",
"default": 2
}
}
}