Constructor: pageBlockAuthorDate
Page block author date
Attributes:
Name | Type | Required | Description |
---|---|---|---|
author | RichText | Yes | Author |
published_date | int | Yes | Published date |
Type: PageBlock
Example:
$pageBlockAuthorDate = ['_' => 'pageBlockAuthorDate', 'author' => RichText, 'published_date' => int];
Or, if you’re into Lua:
pageBlockAuthorDate={_='pageBlockAuthorDate', author=RichText, published_date=int}
This site uses cookies, as described in the cookie policy. By clicking on "Accept" you consent to the use of cookies.