-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Description
The Comment pattern has a number of properties.
The primary property is an object matching a Timber Comment. In addition to that it exposes a few other properties:
allow_replies: A boolean property that controls whether to show a reply button and formlogged_in_user: user objectlog_out_url: URL used for log out link.source: An optional object containing a url and name for the comment source.demo_post_author: Whether the commenter is the authordemo_cloud_four_member: Whether the commenter is a team member.
Right now there's no way to pass these properties down to child comments (replies).
I think most of these probably are fine to not pass down, but the last two (demo_post_author, demo_cloud_four_member) will need to be passed down. We should explore how we'll integrate these in Wordpress, rename the properties, and make any necessary changes to the patterns.