Inserting bookmeta metadata into a topic
Posted: Tue Sep 28, 2021 4:49 pm
Hi
I would like to use some bookmeta metadata into a topic within the same map, specifically the "copyrlast" value. I would like the copyright year to display dynamically in a topic holding copyright information.
Here is the metadata:
I would like the year to appear in this line:
Is there way that I can do this, or should I simply add a keydef to my map with the copyright year, which can be keyref'd into the copyright statement.
Thanks
Matt
I would like to use some bookmeta metadata into a topic within the same map, specifically the "copyrlast" value. I would like the copyright year to display dynamically in a topic holding copyright information.
Here is the metadata:
Code: Select all
<bookrights class="- topic/data bookmap/bookrights ">
<copyrlast class="- topic/data bookmap/copyrlast ">
<year class="- topic/ph bookmap/year ">2021</year>
</copyrlast>
</bookrights>
Code: Select all
<p class="- topic/p ">© Company Name [Insert copyrlast here]</p>
Thanks
Matt