Link Search Menu Expand Document

Constructor: pageBlockAuthorDate

Back to constructors index

Author and date of creation of article

Attributes:

NameTypeRequiredDescription
authorRichTextYesAuthor name
published_dateintYesDate of publication

Type: PageBlock

Example:

$pageBlockAuthorDate = ['_' => 'pageBlockAuthorDate', 'author' => RichText, 'published_date' => int];