Plans Next: Migrate the Features list/metadata to @automattic/calypso-products
#79004
Closed
3 of 4 tasks
@automattic/calypso-products
#79004
This is part of uncoupling the plans-grid components for enabling and exploring use outside of Calypso.
We have so far worked around the
FEATURES_LIST
definition living locally in Calypso by passing it into the components as a prop. However, that only allowed us to migrate the grid components to a package. We need to address the features list definition of living locally now. We cannot possibly use the plans-grid package in an external environment without the list of features.It's not a straight-up migration as
FEATURES_LIST
has a few local dependencies - icons,ExternalLinkWithTracking
component, etc. We will piece-meal the migration. Similarly to the AddOns metadata migration (#81374), we have created an exploratory PR (#88186) with TODOs and a list of tasks below.Tasks
lib/url/support.js
to a new package #88183@automattic/calypso-products
#88186The text was updated successfully, but these errors were encountered: