= Comments = A slice of type Comments will display a form to post comments inside a page and a list of comments. == Preview == Not implemented == Use == * view: '''comments_thread''' * content: '''ini''' == INI == Starts with a '''[comments]''' section and can contain the following variables (none required) * '''thread_id''' = a string specifying an unique id for the comments thread. By default this will be the page id. * '''post''' = [public|everyone|group_name] Specifies who can post a comment. Public will mean anonymous users, Everyone only registered users and by writing a group name only users of that group will be able to post. == Example == Simplest example of comments_thread is an empty content. This will display a thread of comments with public visibility for the page where the slice will be rendered.