forked from jimmitchell/mnml
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
56 lines (56 loc) · 1.3 KB
/
plugin.json
File metadata and controls
56 lines (56 loc) · 1.3 KB
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
{
"version": "2.3.5",
"title": "mnml",
"description": "A minimal, simple and clean Micro.blog theme.",
"fields": [
{
"field": "params.custom_avatar",
"label": "Custom header icon",
"type": "text",
"placeholder": "Enter a full URL to an image"
},
{
"field": "params.fediverse_creator",
"label": "Fediverse creator",
"type": "text",
"placeholder": "@username@mastodon.instance"
},
{
"field": "params.home_category",
"label": "Home page categories",
"type": "text",
"placeholder": "Home page categories. Leave blank for all posts."
},
{
"field": "params.show_full_post",
"label": "Show full posts on homepage",
"type": "boolean"
},
{
"field": "params.photos_category",
"label": "Photos category",
"type": "text",
"placeholder": "Set a single photo category. Leave blank for all images."
},
{
"field": "params.masonry_layout",
"label": "Use photos masonry layout",
"type": "boolean"
},
{
"field": "params.full_width_photos",
"label": "Show wider photos page",
"type": "boolean"
},
{
"field": "params.show_categories",
"label": "Show categories on archives page",
"type": "boolean"
},
{
"field": "params.hide_credit",
"label": "Hide footer credits",
"type": "boolean"
}
]
}