-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathblueprints.yaml
More file actions
157 lines (140 loc) · 3.25 KB
/
Copy pathblueprints.yaml
File metadata and controls
157 lines (140 loc) · 3.25 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
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
name: Facebook Feed
version: 0.1.1
description: "Insert your Facebook-Feed into your Site"
icon: facebook
author:
name: Bjoern Bohr
email: bjoern.bohr@gmail.com
homepage: https://github.com/bit-it/facebook-feed
keywords: facebook
bugs: https://github.com/bit-it/facebook-feed/issues
docs: https://github.com/bit-it/facebook-feed/README.md
license: MIT
form:
validation: loose
fields:
basics:
type: section
title: Initial Setup
underline: false
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
fb_settings.enableCSS:
type: toggle
label: Enable default CSS
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
fb_settings.page_id:
type: text
size: small
label: Facebook Page Id
placeholder: "Page Id"
help: To find your Id visit https://findmyfbid.com/
validate:
type: string
fb_settings.token:
type: text
size: large
label: Facebook Access Token
placeholder: "Access Token"
help: Visit https://developers.facebook.com to create an Facebook App
validate:
type: string
fb_settings.limit:
type: text
size: small
label: Limit Post Number
help: Limits the number of Post the Plugin will show
default: 10
validate:
type: string
advanced:
type: section
title: Component Setup
underline: false
fb.headline:
type: text
size: medium
label: Component Headline
placeholder: 'Facebook Component'
validate:
type: string
fb.postLinkTitle:
type: text
size: medium
label: Post Link title
placeholder: 'Enter Post Link Title'
default: Show Post
validate:
type: string
fb.postLinkAlt:
type: text
size: medium
label: Post Link Fallback Alt Text
default: Show Posts
validate:
type: string
fb.mainLinkTitle:
type: text
size: medium
label: Facebook Page Link Title
placeholder: 'Enter Facebook Page Link Title'
default: Visit Facebook
validate:
type: string
fb.mainLinkAlt:
type: text
size: medium
label: Facebook Page Link Alt
default: Visit Facebook
validate:
type: string
fallback:
type: section
title: Fallback image Selection
underline: false
fb.imgFallback:
type: file
size: medium
label: Upload Image Fallback
destination: 'theme@:/media/facebook-feed'
multiple: false
accept:
- .png
- .jpg
- .gif
fb.imgFallbackSelect:
type: filepicker
folder: 'theme@:/media/facebook-feed'
label: Select Image Fallback
preview_images: true
size: medium
accept:
- .png
- .jpg
- .gif
fb.imgFallbackAlt:
type: text
size: medium
label: Image Fallback Alt Text
validate:
type: string
fb.imgFallbackTitle:
type: text
size: medium
label: Image Fallback Title Text
validate:
type: string