-
Notifications
You must be signed in to change notification settings - Fork 5
/
fields.yaml
56 lines (56 loc) · 1.49 KB
/
fields.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
fields:
site_name:
span: row
spanClass: col-sm-9
label: Site name
default: UI3kit
version:
span: row
spanClass: col-sm-3
label: Version (build)
default: 390
brand_color:
span: row
spanClass: col-12
label: Site brand color
type: colorpicker
default: '#1e87f0'
assetVar: 'global-link-color'
second_color:
span: row
spanClass: col-12
label: Site background color
type: colorpicker
default: '#333'
assetVar: 'global-emphasis-color'
socialinks:
span: row
spanClass: col-12
label: Links to social networks
type: repeater
# default:
# 0:
# name: @getuikit
# icon: twitter
# link: https://twitter.com/getuikit
# 1:
# name: Community
# icon: commenting
# link: https://discordapp.com/invite/NEt4Pv7
form:
fields:
name:
span: row
spanClass: col-md-4
label: Name
type: text
icon:
span: row
spanClass: col-md-2
label: Icon
type: text
link:
span: row
spanClass: col-md-6
label: Link URL
type: text