Skip to content

Commit a610546

Browse files
authored
Add a flag for Block Theme Previews (#79771)
1 parent d70eab7 commit a610546

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

config/development.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@
198198
"subscription-management-redirect-following": true,
199199
"themes/atomic-homepage-replace": true,
200200
"themes/block-theme-previews-poc": true,
201+
"themes/block-theme-previews": true,
201202
"themes/display-thank-you-page-for-woo": true,
202203
"themes/premium": true,
203204
"themes/subscription-purchases": true,

config/horizon.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
"subscription-management-redirect-following": true,
135135
"themes/atomic-homepage-replace": true,
136136
"themes/block-theme-previews-poc": true,
137+
"themes/block-theme-previews": true,
137138
"themes/display-thank-you-page-for-woo": true,
138139
"themes/premium": true,
139140
"themes/subscription-purchases": false,

config/production.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161
"subscription-management-redirect-following": true,
162162
"themes/atomic-homepage-replace": true,
163163
"themes/block-theme-previews-poc": false,
164+
"themes/block-theme-previews": false,
164165
"themes/display-thank-you-page-for-woo": true,
165166
"themes/premium": true,
166167
"themes/subscription-purchases": false,

config/stage.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
"subscription-management-redirect-following": true,
155155
"themes/atomic-homepage-replace": true,
156156
"themes/block-theme-previews-poc": false,
157+
"themes/block-theme-previews": false,
157158
"themes/display-thank-you-page-for-woo": true,
158159
"themes/premium": true,
159160
"themes/subscription-purchases": false,

config/wpcalypso.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
"subscription-management-redirect-following": true,
167167
"themes/atomic-homepage-replace": true,
168168
"themes/block-theme-previews-poc": true,
169+
"themes/block-theme-previews": true,
169170
"themes/display-thank-you-page-for-woo": true,
170171
"themes/premium": true,
171172
"themes/subscription-purchases": false,

0 commit comments

Comments
 (0)