Matrix Version:6.29.0
Hey,
I am looking for some help to change a manual process is possible. There is a last updated date within a metadata schema and I would like to make this automatic when a page is updated and published. Would this be a matter of editing the paint layout with a keyword modifier?
indent preformatted text by 4 spaces
<!-- Updated details //-->
<meta name="last.updated.date" content="17 March 2023" />
Paint layout:
indent preformatted text by 4 spaces
<div class="row label-row">
<div class="last-updated col-xs-6 col-sm-6 col-md-6 col-lg-6">
<span class="label label-updated" aria-hidden="true"><i class="fa fa-history"></i> Last updated: %asset_metadata_last.updated.date%</span>
</div>
Thanks
Innes