-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
69 lines (69 loc) · 1.49 KB
/
example.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"api": "1",
"type": "element",
"canScale": false,
"canEditSource": true,
"hideDefaultSettings": true,
"designSystem": {
"accent": true,
"primary": false,
"card": true,
"text": false,
"designTreatment": false
},
"gizmo": {
"title": "Block quote",
"description": "A well designed quote element with image of author",
"icon": "editor:format-quote",
"color": "blue",
"tags": [
"Layout",
"quote",
"blockquote",
"content",
"design",
"presentation"
],
"meta": {
"author": "HAXTheWeb core team"
}
},
"settings": {
"configure": [
{
"property": "citation",
"title": "Citation",
"description": "The citation of the element",
"inputMethod": "textfield"
},
{
"property": "alt",
"title": "Alt",
"description": "The alt text for the image",
"inputMethod": "textfield"
},
{
"property": "image",
"title": "Image",
"description": "The image of the element",
"inputMethod": "haxupload",
"noVoiceRecord": true,
"validationType": "url"
}
],
"advanced": []
},
"saveOptions": {
"wipeSlot": false,
"unsetAttributes": []
},
"demoSchema": [
{
"tag": "block-quote",
"properties": {
"citation": "Padmé Amidala: Star wars, Episode II"
},
"content": "<p>So this is how liberty dies... with thunderous applause</p>"
}
]
}