Skip to content

Commit

Permalink
Plugins: allow VideoPress standalone installation (#97251)
Browse files Browse the repository at this point in the history
* comment out feature-to-plugin map for VideoPress

* remove the VideoPress feature-to-plugin map
  • Loading branch information
CGastrell authored Dec 9, 2024
1 parent d43bb39 commit 748e1ee
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {
WPCOM_FEATURES_REAL_TIME_BACKUPS,
WPCOM_FEATURES_SCAN,
WPCOM_FEATURES_VIDEOPRESS,
FEATURE_REPUBLICIZE,
WPCOM_FEATURES_CLASSIC_SEARCH,
} from '@automattic/calypso-products';
Expand All @@ -25,7 +24,6 @@ export default function useAtomicSiteHasEquivalentFeatureToPlugin( pluginSlug: s
const atomicFeaturesIncludedInPluginsMap = {
'jetpack-backup': WPCOM_FEATURES_REAL_TIME_BACKUPS,
'jetpack-protect': WPCOM_FEATURES_SCAN,
'jetpack-videopress': WPCOM_FEATURES_VIDEOPRESS,
'jetpack-social': FEATURE_REPUBLICIZE,
'jetpack-search': WPCOM_FEATURES_CLASSIC_SEARCH,
};
Expand Down

0 comments on commit 748e1ee

Please sign in to comment.