-
Notifications
You must be signed in to change notification settings - Fork 6
/
blueprints.yaml
94 lines (93 loc) · 3.63 KB
/
blueprints.yaml
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
name: Social Meta Tags
version: 0.2.1
description: Facebook Open Graph and Twitter Cards Meta Tags
icon: code
author:
name: Victor Rosset
email: [email protected]
homepage: https://github.com/tucho235/grav-plugin-social-meta-tags
demo: https://github.com/tucho235/grav-plugin-social-meta-tags
keywords: grav, plugin, facebook, open graph, twitter cards, google
bugs: https://github.com/tucho235/grav-plugin-social-meta-tags/issues
docs: https://github.com/tucho235/grav-plugin-social-meta-tags/blob/develop/README.md
license: MIT
form:
validation: strict
fields:
social_pages_types:
type: tabs
active: 1
title: Pages
fields:
plugin:
type: tab
title: Plugin
fields:
enabled:
type: toggle
label: PLUGINS.SOCIAL_META_TAGS.PLUGIN_STATUS
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
twitter:
type: tab
title: PLUGINS.SOCIAL_META_TAGS.TWITTER.NAME
fields:
social_pages.pages.twitter.enabled:
type: toggle
label: PLUGINS.SOCIAL_META_TAGS.TWITTER.ENABLED
highlight: 1
default: 0
options:
1: PLUGINS.SOCIAL_META_TAGS.YES
0: PLUGINS.SOCIAL_META_TAGS.NO
validate:
type: bool
social_pages.pages.twitter.type:
type: select
size: medium
label: PLUGINS.SOCIAL_META_TAGS.TWITTER.TYPE
help: PLUGINS.SOCIAL_META_TAGS.TWITTER.TYPE_HELP
default: summary_large_image
options:
summary_large_image: PLUGINS.SOCIAL_META_TAGS.TWITTER.TYPE_CARDS.LARGE
summary: PLUGINS.SOCIAL_META_TAGS.TWITTER.TYPE_CARDS.SUMMARY
social_pages.pages.twitter.aboutme:
type: toggle
label: PLUGINS.SOCIAL_META_TAGS.TWITTER.ABOUTME
highlight: 1
default: 0
options:
1: PLUGINS.SOCIAL_META_TAGS.YES
0: PLUGINS.SOCIAL_META_TAGS.NO
validate:
type: bool
social_pages.pages.twitter.username:
type: text
label: PLUGINS.SOCIAL_META_TAGS.TWITTER.USERNAME
help: PLUGINS.SOCIAL_META_TAGS.TWITTER.USERNAME_HELP
size: small
placeholder: '@'
facebook:
type: tab
title: PLUGINS.SOCIAL_META_TAGS.FACEBOOK.NAME
fields:
social_pages.pages.facebook.enabled:
type: toggle
label: PLUGINS.SOCIAL_META_TAGS.FACEBOOK.ENABLED
highlight: 1
default: 0
options:
1: PLUGINS.SOCIAL_META_TAGS.YES
0: PLUGINS.SOCIAL_META_TAGS.NO
validate:
type: bool
social_pages.pages.facebook.appid:
type: text
label: PLUGINS.SOCIAL_META_TAGS.FACEBOOK.APPID
help: PLUGINS.SOCIAL_META_TAGS.FACEBOOK.APPID_HELP
size: small