Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Commit 3d75170

Browse files
committed
Adding feature-config.php directory to release
1 parent 8892881 commit 3d75170

File tree

2 files changed

+71
-32
lines changed

2 files changed

+71
-32
lines changed

includes/feature-config.php

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?php
2+
// WARNING: Do not directly edit this file.
3+
// This file is auto-generated as part of the build process and things may break.
4+
if ( ! function_exists( 'wc_admin_get_feature_config' ) ) {
5+
function wc_admin_get_feature_config() {
6+
return array(
7+
'activity-panels' => true,
8+
'analytics' => true,
9+
'coupons' => true,
10+
'customer-effort-score-tracks' => true,
11+
'homescreen' => true,
12+
'marketing' => true,
13+
'minified-js' => true,
14+
'mobile-app-banner' => true,
15+
'navigation' => true,
16+
'onboarding' => true,
17+
'remote-inbox-notifications' => true,
18+
'remote-free-extensions' => true,
19+
'payment-gateway-suggestions' => true,
20+
'settings' => false,
21+
'shipping-label-banner' => true,
22+
'subscriptions' => true,
23+
'store-alerts' => true,
24+
'transient-notices' => true,
25+
'wc-pay-promotion' => true,
26+
'wc-pay-welcome-page' => true,
27+
);
28+
}
29+
}

package-lock.json

Lines changed: 42 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)