- Type name:
article
- Optional widget
- Placement type: auto
Widget with the article content.
If you need to declare a page without article content (such as the Main page or a Category page), you can omit this widget.
The widget supports Fixed In-article Placements, so you can insert other widgets into this widget.
Content creation date.
Format: ISO 8601.
Content modified date.
Format: ISO 8601.
A list of taxonomies related to current article.
Available types:
Category
[default, recommended] - default built-in type, suitable in most cases.%your own custom type%
- you can declare your own custom type. Can be used for custom integrations.Array of items.
Taxonomy name.
Boolean flag that set the current taxonomy as the default taxonomy. Used in recommendation algorithms: related articles, swipe or infinite scroll. Only one taxonomy can be set as default in the same type.
Standard Image object structure to provide the main article image (Hero image).
Article title.
It will be inserted into the <h1></h1>
tag.
Article description text with HTML markup.
On the page will be inserted after article title.
Article full text with HTML markup.
Standard Author object structure to provide author avatar.
[
{
"Type": "article",
"Id": "abcABC123",
"CreatedDate": "2020-08-03T12:36:26",
"ModifiedDate": "2020-08-03T12:36:26",
"Taxonomies": [{
"Type": "Category",
"Items": [{
"Name": "Football",
"Default": true
},{
"Name": "Basketball",
"Default": false
}]
}],
"Image": {
"Src": "https://yoursite.com/images/hero-full.jpg",
"Width": 1500,
"Height": 844,
"Alt": "Alt text",
"Caption": "Caption text",
"Description": "Image description text"
},
"Title": "Article title",
"Description": "Description text",
"Text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur interdum, nisl quis facilisis sollicitudi, tellus metus fringilla dolor, eu porta libero mauris finibus metus. Quisque pulvinar mattis sagittis.",
"Author": [{
"Name": "John Doe",
"Url": "https://yoursite.com/author/page/",
"Description": "Author description text",
"Image": {
"Src": "https://yoursite.com/images/author/avatar.jpg",
"Width": 1500,
"Height": 844,
"Alt": "Alt text"
}
}]
}
]