New cloud page isn't displaying correctly #145
-
Hello! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@cdigitaljaveriana the issue is with the front matter on "tecnica.md". You followed the model of the "subjects.md" that pulls in configuration from "theme.yml", however, unfortunately that doesn't work due to some limitations of Liquid + front matter (it works for subjects and locations because we built in a weird hack). So for "tecnica.md" you should put all your cloud configuration in the front matter of the page. Here is the docs: https://collectionbuilder.github.io/cb-docs/docs/advanced/cloudpage/ tecnica currently looks like:
The
|
Beta Was this translation helpful? Give feedback.
@cdigitaljaveriana yeah, for it to filter the Browse page you need to ensure the data is there to filter--> so edit your "_data/config-browse.csv" to add
tecnica
as one of the fields. You can display it with a name or btn like the other fields, or keep it hidden (not visible but will be available for filtering), https://collectionbuilder.github.io/cb-docs/docs/customization/config-browse/