Skip to content

Commit 86a2284

Browse files
ashmarolimertkahyaoglu
authored andcommitted
DataGUI: Fix DatePicker & StaticFilePicker CSS (#385)
* DataGUI: Fix DatePicker & StaticFilePicker CSS
1 parent dfab24b commit 86a2284

File tree

2 files changed

+365
-160
lines changed

2 files changed

+365
-160
lines changed

spec/fixtures/site/_data/template-config.yaml

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,41 @@ author:
2828

2929
hidden: false
3030

31+
# interactive GUI fields
32+
image: logo.png
33+
date: "May 21 2018 09:00:00"
34+
file:
35+
- "file 1"
36+
- "file 2"
37+
- "file 3"
38+
cabinet:
39+
image: foo.png
40+
date: "Apr 09 2017 09:30:00"
41+
file:
42+
- red-tape
43+
- dossier
44+
- adverts
45+
#
3146
complex_data:
3247
simple_key: value
3348
object_key:
34-
simple_key: value
35-
object_key:
36-
simple_key: value
37-
list_key:
49+
simple_subkey: value
50+
object_subkey:
51+
simple_subkey: value
52+
list_subkey:
3853
- value_1
3954
- value_2
4055
- value_3
4156
- value_4
42-
57+
list_key:
58+
- key_1: value_1a
59+
key_2: value_2a
60+
image: foo.png
61+
date: "May 14 2017 09:00:00"
62+
- key_1: value_1b
63+
key_2: value_2b
64+
image: bar.png
65+
date: "May 14 2017 10:30:00"
4366

4467
# Build settings
4568
markdown: kramdown

0 commit comments

Comments
 (0)