Lowdefy
v3.17.2/container/Comment/

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.

content
  • actions
id: block_id
type: Comment

properties:
Comment author title. Overrides the "author" content area.
Select avatar type
avatar:
The background color of the avatar. Should be a hex color string.
Text to display inside avatar.
Comment content. Overrides the "content" content area.
Comment date and time.
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

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