|
1 | 1 | { |
2 | 2 | "name": "solo-erin", |
3 | 3 | "description": "A Ghost theme", |
4 | | - "version": "1.0.4", |
| 4 | + "version": "1.0.5", |
5 | 5 | "private": true, |
6 | 6 | "engines": { |
7 | 7 | "ghost": ">=5.0.0" |
|
48 | 48 | }, |
49 | 49 | "navigation_layout": { |
50 | 50 | "type": "select", |
51 | | - "options": ["Logo on the left", "Logo in the middle", "Stacked"], |
| 51 | + "options": [ |
| 52 | + "Logo on the left", |
| 53 | + "Logo in the middle", |
| 54 | + "Stacked" |
| 55 | + ], |
52 | 56 | "default": "Logo on the left" |
53 | 57 | }, |
54 | 58 | "typography": { |
55 | 59 | "type": "select", |
56 | | - "options": ["Modern sans-serif", "Elegant serif", "Consistent mono"], |
| 60 | + "options": [ |
| 61 | + "Modern sans-serif", |
| 62 | + "Elegant serif", |
| 63 | + "Consistent mono" |
| 64 | + ], |
57 | 65 | "default": "Modern sans-serif" |
58 | 66 | }, |
59 | 67 | "footer_text": { |
60 | 68 | "type": "text" |
61 | 69 | }, |
62 | 70 | "header_section_layout": { |
63 | 71 | "type": "select", |
64 | | - "options": ["Side by side", "Large background", "Typographic profile"], |
| 72 | + "options": [ |
| 73 | + "Side by side", |
| 74 | + "Large background", |
| 75 | + "Typographic profile" |
| 76 | + ], |
65 | 77 | "default": "Large background", |
66 | 78 | "group": "homepage" |
67 | 79 | }, |
|
77 | 89 | }, |
78 | 90 | "post_feed_layout": { |
79 | 91 | "type": "select", |
80 | | - "options": ["Classic", "Typographic", "Parallax"], |
| 92 | + "options": [ |
| 93 | + "Classic", |
| 94 | + "Typographic", |
| 95 | + "Parallax" |
| 96 | + ], |
81 | 97 | "default": "Classic", |
82 | 98 | "group": "homepage" |
83 | 99 | }, |
|
89 | 105 | }, |
90 | 106 | "immersive_max_posts": { |
91 | 107 | "type": "select", |
92 | | - "options": ["3", "4", "5", "6", "8", "10"], |
| 108 | + "options": [ |
| 109 | + "3", |
| 110 | + "4", |
| 111 | + "5", |
| 112 | + "6", |
| 113 | + "8", |
| 114 | + "10" |
| 115 | + ], |
93 | 116 | "default": "6", |
94 | 117 | "label": "Immersive: number of slides", |
95 | 118 | "group": "homepage" |
96 | 119 | }, |
97 | 120 | "immersive_overlay_opacity": { |
98 | 121 | "type": "select", |
99 | | - "options": ["0.1", "0.15", "0.2", "0.25", "0.3", "0.4", "0.5"], |
| 122 | + "options": [ |
| 123 | + "0.1", |
| 124 | + "0.15", |
| 125 | + "0.2", |
| 126 | + "0.25", |
| 127 | + "0.3", |
| 128 | + "0.4", |
| 129 | + "0.5" |
| 130 | + ], |
100 | 131 | "default": "0.25", |
101 | 132 | "label": "Immersive: overlay darkness", |
102 | 133 | "group": "homepage" |
103 | 134 | }, |
104 | 135 | "immersive_blur_px": { |
105 | 136 | "type": "select", |
106 | | - "options": ["0", "4", "8", "12", "16", "20"], |
| 137 | + "options": [ |
| 138 | + "0", |
| 139 | + "4", |
| 140 | + "8", |
| 141 | + "12", |
| 142 | + "16", |
| 143 | + "20" |
| 144 | + ], |
107 | 145 | "default": "12", |
108 | 146 | "label": "Immersive: background blur (px)", |
109 | 147 | "group": "homepage" |
|
116 | 154 | }, |
117 | 155 | "immersive_interval_ms": { |
118 | 156 | "type": "select", |
119 | | - "options": ["3000", "4000", "5000", "6000", "8000", "10000"], |
| 157 | + "options": [ |
| 158 | + "3000", |
| 159 | + "4000", |
| 160 | + "5000", |
| 161 | + "6000", |
| 162 | + "8000", |
| 163 | + "10000" |
| 164 | + ], |
120 | 165 | "default": "6000", |
121 | 166 | "label": "Immersive: auto-advance interval (ms)", |
122 | 167 | "group": "homepage" |
123 | 168 | }, |
124 | 169 | "immersive_rail_style": { |
125 | 170 | "type": "select", |
126 | | - "options": ["Titles only", "Numbers only", "Titles with numbers", "Dots only"], |
| 171 | + "options": [ |
| 172 | + "Titles only", |
| 173 | + "Numbers only", |
| 174 | + "Titles with numbers", |
| 175 | + "Dots only" |
| 176 | + ], |
127 | 177 | "default": "Titles only", |
128 | 178 | "label": "Immersive: navigation rail style", |
129 | 179 | "group": "homepage" |
130 | 180 | }, |
131 | 181 | "immersive_rail_position": { |
132 | 182 | "type": "select", |
133 | | - "options": ["Bottom center", "Bottom left", "Bottom right", "Side left", "Side right"], |
| 183 | + "options": [ |
| 184 | + "Bottom center", |
| 185 | + "Bottom left", |
| 186 | + "Bottom right", |
| 187 | + "Side left", |
| 188 | + "Side right" |
| 189 | + ], |
134 | 190 | "default": "Bottom center", |
135 | 191 | "label": "Immersive: navigation rail position", |
136 | 192 | "group": "homepage" |
137 | 193 | }, |
138 | 194 | "immersive_rail_size": { |
139 | 195 | "type": "select", |
140 | | - "options": ["Small", "Medium", "Large"], |
| 196 | + "options": [ |
| 197 | + "Small", |
| 198 | + "Medium", |
| 199 | + "Large" |
| 200 | + ], |
141 | 201 | "default": "Medium", |
142 | 202 | "label": "Immersive: navigation rail size", |
143 | 203 | "group": "homepage" |
|
0 commit comments