-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathblueprints.yaml
99 lines (96 loc) · 2.54 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
name: Twitch
version: 1.1.0
description: "**Twitch** is a simple plugin that converts markdown links into Twitch.tv embeds."
icon: twitch
author:
name: Dev'Code
email: lab.dev.code@gmail.com
url: http://lab.dev-code.fr/
homepage: https://github.com/lab-dev-code/grav-plugin-twitch
keywords: twitch, plugin
bugs: https://github.com/lab-dev-code/grav-plugin-twitch/issues
license: CC-BY
form:
fields:
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
player.spacer:
type: spacer
title: Player
underline: true
player.enabled:
type: toggle
label: Player status
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
player.properties.frameborder:
type: toggle
label: Player frameborder
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
player.properties.height:
type: text
label: Player height
default: 720
player.properties.width:
type: text
label: Player height
default: 75%
player.properties.style:
type: textarea
label: Player style
default: 'float: left;'
chat.spacer:
type: spacer
title: Chat
underline: true
chat.enabled:
type: toggle
label: Chat status
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
chat.properties.frameborder:
type: toggle
label: Chat frameborder
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
chat.properties.height:
type: text
label: Chat height
default: 720
chat.properties.width:
type: text
label: Chat height
default: 25%
chat.properties.style:
type: textarea
label: Chat style
default: 'float: right;'