ComboStrap Page Metadata - The Metadata Viewer
Table of Contents
1 - About
The ComboStrap Metadata Viewer is an utility that render a box with the page metadatas.
The box renders:
- via the metadata tag
- when in edit mode if the enableMetadataViewerWhenEditing configuration is enabled (true by default)
Since version 1.1
2 - Articles Related
3 - Metadata tag
You can render the metadata of a page with the metadata tag
<metadata title="Metadata" exclude="tableofcontents|user"/>
where:
- title is the title of the box
- exclude is an attribute with a regular expression pattern that permits to exclude metadata from rendering
Output without the table of contents and the user properties
Metadata
- canonical : 'metadata:viewer'
- creator : ''
- date :
- created : '2020-07-09T10:48:16+0000'
- description :
- abstract : 'The ComboStrap Metadata Viewer is showing you the page metadata while editing it'
- disqus_identifier : NULL
- h1 : 'ComboStrap Page Metadata - The Metadata Viewer'
- keywords : 'web,metadata,data structure'
- quality :
- low : false
- title : 'The ComboStrap Metadata Viewer'
This message was fired by the
ComboStrap Metadata Viewer

4 - Configuration
4.1 - metadataViewerDefaultAttributes
This configuration set the default attributes of all metadata box.
By default, the value filters the table of contents.
title="Metadata" exclude="tableofcontents"
4.2 - enableMetadataViewerWhenEditing
This configuration tells if a metadata box should be shown while editing a page.
The default value is True