-
Notifications
You must be signed in to change notification settings - Fork 142
/
Copy pathblog.json
63 lines (63 loc) · 1.75 KB
/
blog.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
{
"sections": {
"blog_header_7BFLtm": {
"type": "blog-header",
"settings": {
"bg_color": "bg-primary",
"bg_opacity": 5,
"bg_gradient": "",
"text_color": "text-body",
"border_top_width": 0,
"border_bottom_width": 1,
"border_color": "border-body",
"border_opacity": 10,
"container_max_width": "600",
"img_show": true,
"img_overlay_color": "#000000",
"img_overlay_opacity": 30,
"img_overlay_blur": 5,
"title_font_size": "h2",
"description": "<p>Add on optional description for this blog<\/p>",
"description_font_size": "fs-md",
"pt": 11,
"pb": 11,
"pt_desktop": 13,
"pb_desktop": 13
}
},
"template-blog": {
"type": "blog-main",
"settings": {
"bg_color": "bg-body",
"bg_opacity": 100,
"bg_gradient": "",
"text_color": "text-body",
"border_top_width": 0,
"border_bottom_width": 0,
"border_color": "border-body",
"border_opacity": 100,
"container_max_width": "",
"limit": 48,
"show_article_count": true,
"show_tags": true,
"tags_btn_color": "btn-outline-primary",
"article_card_text_align": "text-start",
"article_card_img_orientation": "ratio-16x9",
"article_card_img_border": "img-thumbnail",
"article_card_title_size": "fs-xl",
"article_card_meta": true,
"article_card_tags": true,
"article_card_excerpt": false,
"breakpoint_mobile": 1,
"breakpoint_tablet": 2,
"breakpoint_desktop": 3,
"pt": 10,
"pb": 10
}
}
},
"order": [
"blog_header_7BFLtm",
"template-blog"
]
}