Render an author as an embedded widget, (using selectable layout template)
To load this plugin from raw HTML:
<script>
CMS.loadExtra('cms-author');
</script>
OR to load this functionality from a layout:
<% CMS.loadExtra('cms-author'); %>
N/A
Requires the author
file type to be enabled to function.
Each author should have a title
and alias
property.
<cms-author author="<%= data.author %>"></cms-author>
author
- The name or alias of the author to renderlayout
- The layout template to use for rendering the authorN/A