You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're in the process of replacing /pages/ with whichever site-section a page has been tagged with in Prismic (#11248).
In the future, if we change our site-sections, this would require a migration to also update the associated tags.
A more future-proof to consider moving towards might be updating Prismic document content models to include a linked SiteSection where the vocabulary is controlled, and if an item is edited, that edit will automatically propagate to all necessary pages without requiring a migration.
Why?
Maintainability
The text was updated successfully, but these errors were encountered:
What?
We're in the process of replacing
/pages/
with whichever site-section a page has been tagged with in Prismic (#11248).In the future, if we change our site-sections, this would require a migration to also update the associated tags.
A more future-proof to consider moving towards might be updating Prismic document content models to include a linked
SiteSection
where the vocabulary is controlled, and if an item is edited, that edit will automatically propagate to all necessary pages without requiring a migration.Why?
Maintainability
The text was updated successfully, but these errors were encountered: