Skip to content

NodeCustomData DocumentCustomData

Trevor Fayas edited this page Jan 1, 2022 · 2 revisions

Storing Meta Data, or Feature flags can be difficult if those pieces of information may exist across a wide number of page types. Features such as the Navigation Redirect, or the SEO meta Data.

We leverage a tool created by Sean Write XperienceCommunity.PageCustomDataControlExtender which uses the Key-Value dictionary on TreeNodes called DocumentCustomData and NodeCustomData in our Baseline. You can leverage this tool for your own features and needs.

Clone this wiki locally