-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathelementor.json
49 lines (49 loc) · 1.19 KB
/
elementor.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
{
"attributes": [
{
"element": "image-box",
"appendto": "section_image",
"name": "stylepress_image_size",
"title": "Image Size",
"type": "select",
"default": "full",
"options": {
"full": "Large",
"dtbwp_gallery_square": "Square",
"dtbwp_gallery_rounded": "Rounded",
"thumbnail": "Thumbnail"
},
"prefix_class": "stylepress-image-size-"
},
{
"element": "heading",
"appendto": "stylepress_title_style",
"name": "dtbaker_title_under",
"title": "Title Underline",
"type": "select",
"default": "underline",
"options": {
"underline": "Underline",
"normal": "Normal"
},
"prefix_class": "stylepress-title-"
},
{
"element": "section",
"after": "section_background",
"name": "stylepress_section_color",
"section_title": "StylePress",
"title": "Section Style",
"type": "select",
"tab": "style",
"default": "normal",
"options": {
"normal": "Normal",
"light": "Light",
"mid": "Mid",
"dark": "Dark"
},
"prefix_class": "stylepress-section-color-"
}
]
}