- Type name:
author
- Optional widget
- Placement type: fixed, auto
Provides data about the author.
Supported values:
Value | Description | Demo |
---|---|---|
left-aligned |
Content left-aligned | |
centered |
Content centered | |
inline |
Content left-aligned with an alternative compact layout |
Placement name. See Fixed Placements for more information.
If undefined, the widget uses the auto placement logic.
Round avatar.
Avatar width on the page in px. May be smaller than the original image width in Image
object.
Avatar height on the page in px. May be smaller than the original image height in Image
object.
Prefix text inserted before author name.
Uppercase author name.
Standard Author object structure to provide the information about the author. Only one author instance supported in this widget.
[{
"Type": "author",
"Id": "abcABC123",
"Design": "left-aligned",
"FixedPlacement": "AbovePost",
"RoundAvatar": true,
"AvatarWidth": 60,
"AvatarHeight": 60,
"NamePrefix": "by",
"NameUppercase": true,
"Author": [{
"Name": "John Doe",
"Url": "https://yoursite.com/author/page/",
"Description": "Author description text",
"Image": {
"Src": "https://yoursite.com/images/author/avatar.jpg",
"Width": 100,
"Height": 100,
"Alt": "Alt text"
}
}]
}]