> ## Documentation Index
> Fetch the complete documentation index at: https://docs.evidence.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Commentary

> Allows users to input commentary to be saved with the page

```liquid theme={null}
{% commentary
  id=""
/%}
```

## Attributes

<ResponseField name="id" type="string" required>
  Unique identifier for the commentary component
</ResponseField>

<ResponseField name="placeholder" type="string">
  Placeholder text to show when the commentary is empty
</ResponseField>

<ResponseField name="className" type="string">
  Additional CSS classes to apply to the component
</ResponseField>

<ResponseField name="allowedEditors" type="array">
  Emails of allowed commentary editors
</ResponseField>

<ResponseField name="title" type="string">
  Title to display above the commentary
</ResponseField>

<ResponseField name="hideEditMetadata" type="string" default="print">
  When to hide the edit metadata

  **Allowed values:**

  * `always`
  * `never`
  * `print`
</ResponseField>

<ResponseField name="style" type="string" default="normal">
  Style of the commentary

  **Allowed values:**

  * `quote`
  * `normal`
</ResponseField>

<ResponseField name="width" type="number">
  Set the width of this component (in percent) relative to the page width
</ResponseField>
