Comment
areas: content, actions, author, title
A Comment renders a comment list item. It can be used as both a display
or container
category block.
Block
content
- actions
Block Setup
id: block_id
type: Comment
Settings
Examples
Comment
TD
Yeah, well, you know, that’s just, like, your opinion, man.
id: comment_ex
type: Comment
properties:
author: The Dude
content: Yeah, well, you know, that’s just, like, your opinion, man.
datetime: 18 January, 1998
avatar:
color: '#402B18'
content: TD
shape: square
Comment JSON Schema Definition
type: object
properties:
properties:
additionalProperties: false
properties:
author:
description: Comment author title. Overrides the "author" content area.
type: string
avatar:
oneOf:
- description: Source URL of a avatar image.
type: string
- description: Avatar block properties.
type: object
content:
description: Comment content. Overrides the "content" content area.
type: string
datetime:
description: Comment date and time.
type: object
type: object