Skip to content

Commit b8319c5

Browse files
Update gscan
1 parent ceaa887 commit b8319c5

File tree

2 files changed

+283
-201
lines changed

2 files changed

+283
-201
lines changed

package.json

Lines changed: 38 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"autoprefixer": "10.2.5",
5151
"beeper": "2.1.0",
5252
"cssnano": "4.1.10",
53-
"gscan": "4.0.0",
53+
"gscan": "4.10.1",
5454
"gulp": "4.0.2",
5555
"gulp-concat": "2.6.1",
5656
"gulp-livereload": "4.0.2",
@@ -91,29 +91,47 @@
9191
"custom": {
9292
"title_font": {
9393
"type": "select",
94-
"options": ["Modern sans-serif", "Elegant serif"],
94+
"options": [
95+
"Modern sans-serif",
96+
"Elegant serif"
97+
],
9598
"default": "Modern sans-serif"
9699
},
97100
"body_font": {
98101
"type": "select",
99-
"options": ["Modern sans-serif", "Elegant serif"],
102+
"options": [
103+
"Modern sans-serif",
104+
"Elegant serif"
105+
],
100106
"default": "Elegant serif"
101107
},
102108
"publication_cover_style": {
103109
"type": "select",
104-
"options": ["None", "Medium", "Large"],
110+
"options": [
111+
"None",
112+
"Medium",
113+
"Large"
114+
],
105115
"default": "Medium",
106116
"group": "homepage"
107117
},
108118
"feed_layout": {
109119
"type": "select",
110-
"options": ["Dynamic grid", "Simple grid", "List"],
120+
"options": [
121+
"Dynamic grid",
122+
"Simple grid",
123+
"List"
124+
],
111125
"default": "Dynamic grid",
112126
"group": "homepage"
113127
},
114128
"color_scheme": {
115129
"type": "select",
116-
"options": ["Light", "Dark", "Auto"],
130+
"options": [
131+
"Light",
132+
"Dark",
133+
"Auto"
134+
],
117135
"default": "Light"
118136
},
119137
"header_button_background": {
@@ -122,18 +140,29 @@
122140
},
123141
"header_button_text_color": {
124142
"type": "select",
125-
"options": ["Light", "Dark"],
143+
"options": [
144+
"Light",
145+
"Dark"
146+
],
126147
"default": "Dark"
127148
},
128149
"post_image_width": {
129150
"type": "select",
130-
"options": ["Wide", "Full", "Small"],
151+
"options": [
152+
"Wide",
153+
"Full",
154+
"Small"
155+
],
131156
"default": "Wide",
132157
"group": "post"
133158
},
134159
"email_signup_for_logged_out_visitors": {
135160
"type": "select",
136-
"options": ["Footer", "Bottom of post", "None"],
161+
"options": [
162+
"Footer",
163+
"Bottom of post",
164+
"None"
165+
],
137166
"default": "Footer",
138167
"group": "post"
139168
},

0 commit comments

Comments
 (0)