Fetching subject scheme description to CSS/LESS author view
Posted: Thu Dec 09, 2021 3:54 pm
Hi,
is it possible to fetch the <navtitle> via author view CSS/LESS? In this example, I'd like to show the full document type name "Installation Manual" as defined in the assigned subject scheme map in the author view.
Thanks a lot in advance
Stefan
is it possible to fetch the <navtitle> via author view CSS/LESS? In this example, I'd like to show the full document type name "Installation Manual" as defined in the assigned subject scheme map in the author view.
Code: Select all
<subjectdef keys="installation-manual">
<topicmeta>
<navtitle>Installation Manual</navtitle>
</topicmeta>
</subjectdef>
Thanks a lot in advance
Stefan