Author

The Author Component is an extension of the OOTB text component used to populate the author of the content being displayed on the page. This is not the web content author, but the person(s) who produced the content for the Census.

On This Page:

When to Use

The Author component should be added to pages with content written by a specific  person(s) to attribute credit to the authors and establish accountability for the work.

Usage

The Author component is used to display the person(s) who produced the content for the Census and is manually entered by the AEM content author.

Configure Dialog

author

The configure dialog allows the content author to manually enter the person(s) who authored the content. Once authored, the component will display like the example below.

Written by:

Developer Resources

Expand the section below to see the Author Component's HTML output.

<div id="uscb-automation-author-name" class="uscb-author">

      <!-- This file needs to appear completely empty, whitespace included, if unauthored so that the :empty selector can take effect -->

    <div class="uscb-author-text-wrapper uscb-layout-row">

        <div class="uscb-author-text-prefix uscb-bold uscb-author-text">Written by:</div>

        <div itemprop="author" class="uscb-author-text">John Doe</div>

    </div>

</div>

Top of Section
Is this page helpful?
Thumbs Up Image Yes Thumbs Down Image No
NO THANKS
255 characters maximum 255 characters maximum reached
Thank you for your feedback.
Comments or suggestions?

Top

Back to Header