Section Metadata
Notes:
The Section Metadata table is handled by boilerplate code internally to add data-*s attributes to the containing section.
Section Metadata table follows an intuitive name/value pair structure where the name is in the first column of the table and the value is in the second column.
The Style property is translated into a class while any other name will be transformed into a data-* attribute.
As Section Metadata generally adds complexity for authors, it is recommended to avoid it, until it is really necessary.
Example:
Content Structure:
Code:
The section metadata table is processed as part of the boilerplate code. There is no project code related to the processing.
Previous
Metadata
Up Next