Hey all,
Look for some help with a keyword modifier…
I am looking to show a specific date when a schema is present, it will always use the same layout but depending on what schema is used the dates behave differently. It would be better to have this automatic so if one schema is present it will print the published date but if the other is used it will print the created date.
Published: %asset_metadata_news.publication.date^date_format:d F Y%
This is what I currently have to print the last published date, if the standard page doesnt have that specific schema then I need to print the created date. Would i need to add in a selectable condition in the metadata to make this work??