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

Commit

Permalink
Adding feature-config.php directory to release
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyasfoo committed Jan 13, 2022
1 parent 8892881 commit 4e0454e
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 32 deletions.
29 changes: 29 additions & 0 deletions includes/feature-config.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?php
// WARNING: Do not directly edit this file.
// This file is auto-generated as part of the build process and things may break.
if ( ! function_exists( 'wc_admin_get_feature_config' ) ) {
function wc_admin_get_feature_config() {
return array(
'activity-panels' => true,
'analytics' => true,
'coupons' => true,
'customer-effort-score-tracks' => true,
'homescreen' => true,
'marketing' => true,
'minified-js' => false,
'mobile-app-banner' => true,
'navigation' => false,
'onboarding' => true,
'remote-inbox-notifications' => true,
'remote-free-extensions' => true,
'payment-gateway-suggestions' => true,
'settings' => false,
'shipping-label-banner' => true,
'subscriptions' => true,
'store-alerts' => true,
'transient-notices' => true,
'wc-pay-promotion' => true,
'wc-pay-welcome-page' => true,
);
}
}
74 changes: 42 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4e0454e

Please sign in to comment.