|
50 | 50 | "autoprefixer": "10.2.5", |
51 | 51 | "beeper": "2.1.0", |
52 | 52 | "cssnano": "4.1.10", |
53 | | - "gscan": "4.0.0", |
| 53 | + "gscan": "4.10.1", |
54 | 54 | "gulp": "4.0.2", |
55 | 55 | "gulp-concat": "2.6.1", |
56 | 56 | "gulp-livereload": "4.0.2", |
|
91 | 91 | "custom": { |
92 | 92 | "title_font": { |
93 | 93 | "type": "select", |
94 | | - "options": ["Modern sans-serif", "Elegant serif"], |
| 94 | + "options": [ |
| 95 | + "Modern sans-serif", |
| 96 | + "Elegant serif" |
| 97 | + ], |
95 | 98 | "default": "Modern sans-serif" |
96 | 99 | }, |
97 | 100 | "body_font": { |
98 | 101 | "type": "select", |
99 | | - "options": ["Modern sans-serif", "Elegant serif"], |
| 102 | + "options": [ |
| 103 | + "Modern sans-serif", |
| 104 | + "Elegant serif" |
| 105 | + ], |
100 | 106 | "default": "Elegant serif" |
101 | 107 | }, |
102 | 108 | "publication_cover_style": { |
103 | 109 | "type": "select", |
104 | | - "options": ["None", "Medium", "Large"], |
| 110 | + "options": [ |
| 111 | + "None", |
| 112 | + "Medium", |
| 113 | + "Large" |
| 114 | + ], |
105 | 115 | "default": "Medium", |
106 | 116 | "group": "homepage" |
107 | 117 | }, |
108 | 118 | "feed_layout": { |
109 | 119 | "type": "select", |
110 | | - "options": ["Dynamic grid", "Simple grid", "List"], |
| 120 | + "options": [ |
| 121 | + "Dynamic grid", |
| 122 | + "Simple grid", |
| 123 | + "List" |
| 124 | + ], |
111 | 125 | "default": "Dynamic grid", |
112 | 126 | "group": "homepage" |
113 | 127 | }, |
114 | 128 | "color_scheme": { |
115 | 129 | "type": "select", |
116 | | - "options": ["Light", "Dark", "Auto"], |
| 130 | + "options": [ |
| 131 | + "Light", |
| 132 | + "Dark", |
| 133 | + "Auto" |
| 134 | + ], |
117 | 135 | "default": "Light" |
118 | 136 | }, |
119 | 137 | "header_button_background": { |
|
122 | 140 | }, |
123 | 141 | "header_button_text_color": { |
124 | 142 | "type": "select", |
125 | | - "options": ["Light", "Dark"], |
| 143 | + "options": [ |
| 144 | + "Light", |
| 145 | + "Dark" |
| 146 | + ], |
126 | 147 | "default": "Dark" |
127 | 148 | }, |
128 | 149 | "post_image_width": { |
129 | 150 | "type": "select", |
130 | | - "options": ["Wide", "Full", "Small"], |
| 151 | + "options": [ |
| 152 | + "Wide", |
| 153 | + "Full", |
| 154 | + "Small" |
| 155 | + ], |
131 | 156 | "default": "Wide", |
132 | 157 | "group": "post" |
133 | 158 | }, |
134 | 159 | "email_signup_for_logged_out_visitors": { |
135 | 160 | "type": "select", |
136 | | - "options": ["Footer", "Bottom of post", "None"], |
| 161 | + "options": [ |
| 162 | + "Footer", |
| 163 | + "Bottom of post", |
| 164 | + "None" |
| 165 | + ], |
137 | 166 | "default": "Footer", |
138 | 167 | "group": "post" |
139 | 168 | }, |
|
0 commit comments