Combining metadata from multiple sources in a folders setup #336
Replies: 4 comments 9 replies
-
An example where this could be very useful: Authors want to create a potentially large amount of pages, but instead of creating single documents for each, they would like to use a spreadsheet to manage the content for this set of pages, and have a content life cycle that's independent from the global metadata sheet where access control is often very strict. This can be done using folder mapping today, but the JSON with the metadata needs to be loaded on the client side and adds a performance tax. Loading it as part of the rendering process will eliminate the additional request. In order to achieve this, a root path for the folder mapping is defined in Feedback on suggested naming above:
It's referred to as folders in its current form. The sheet support would simply be an extension of that schema: a folder could be a
For consistency with the current metadata sheet, I would reuse |
Beta Was this translation helpful? Give feedback.
-
Cache invalidationChanges (preview/publish) to these folder based metadata sheets should invalidate all pages matching the folder prefix. Can we create a surrogate key to link these "synthetic pages" to their folder prefix? |
Beta Was this translation helpful? Give feedback.
-
Work to do:
|
Beta Was this translation helpful? Give feedback.
-
All work done, feature is available. |
Beta Was this translation helpful? Give feedback.
-
This is for sites using the
templatefolders feature. With that feature, paths are mapped virtually, that is the target documents do not exist, but only a template document with placeholders.Currently, such sites use a
metadata
workbook in the root folder, where the metadata for every virtual path is represented as a row in that workbook, indexed by itspathURL
.It would be nice to have a second metadata source for such virtual paths, particularly for situations where the metadata types are fed by different teams.
Beta Was this translation helpful? Give feedback.
All reactions