Comment
A generic Drupal comment field override.
Key Features
Customization Options
Usage
{% include 'radix:comment' with {
user_picture: 'path/to/user/picture.jpg',
user_picture_alt: 'User description',
submitted: 'Submitted info',
permalink: 'Link to comment',
title: 'Comment Title',
content: 'Comment content',
parent: 'Parent comment info',
} %}Last updated