forked from matt-j-m/grav-plugin-aura
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprints.yaml
142 lines (140 loc) · 3.37 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
name: Aura
slug: aura
type: plugin
version: 2.1.1
description: Automatically add meta tags and structured data to your pages for visually appealing and informative search results and social media sharing.
icon: code
author:
name: Matt Mulhall
email: [email protected]
url: https://www.theskylab.net
homepage: https://github.com/matt-j-m/grav-plugin-aura
keywords: seo, structured data, open graph
bugs: https://github.com/matt-j-m/grav-plugin-aura/issues
license: MIT
dependencies:
- { name: grav, version: '>=1.7.0' }
form:
validation: strict
fields:
enabled:
type: toggle
label: PLUGIN_ADMIN.PLUGIN_STATUS
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
output-heading:
type: section
title: Output Options
text: '<em>Enable any or all of the following options to include the relevant tags and metadata in each page.</em>'
underline: true
output-sd:
type: toggle
label: schema.org Structured Data (Google, Microsoft, Yahoo!, Yandex)
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
output-og:
type: toggle
label: Open Graph (Facebook, Pinterest)
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
output-twitter:
type: toggle
label: Twitter Card
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
output-linkedin:
type: toggle
label: LinkedIn Article
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
org-heading:
type: section
title: Organization Information
underline: true
org-name:
type: text
size: large
label: Name
validate:
required: true
org-url:
type: text
size: large
label: URL
validate:
required: true
org-logo:
type: file
size: large
label: Logo (minimum 112x112px .jpg, .png or .gif format only)
multiple: false
destination: 'user/images'
accept:
- .jpg
- .png
- .gif
org-facebook-url:
type: text
size: large
label: Facebook URL
placeholder: 'https://www.facebook.com/username'
org-facebook-appid:
type: text
size: large
label: Facebook App ID
placeholder: '1234567890'
org-twitter-user:
type: text
size: large
label: Twitter Username
placeholder: 'username'
org-instagram-url:
type: text
size: large
label: Instagram URL
placeholder: 'https://www.instagram.com/username/'
org-linkedin-url:
type: text
size: large
label: LinkedIn URL
placeholder: 'https://www.linkedin.com/company/company-name/'
org-pinterest-url:
type: text
size: large
label: Pinterest URL
placeholder: 'https://www.pinterest.com/username/'
org-youtube-url:
type: text
size: large
label: YouTube URL
placeholder: 'https://www.youtube.com/username'
org-wikipedia-url:
type: text
size: large
label: Wikipedia URL
placeholder: "https://en.wikipedia.org/wiki/Company"