Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/general/system-configuration-overrides.md
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,18 @@ Example Usage:

$config['codemirror_height'] = '18em';

### `codemirror_fontsize`

Set the font-size of any CodeMirror textareas in the control panel, such as the Template Editor. Default is `1rem`.

| Value | Description |
| ------------------- | ------------------------------- |
| codemirror_fontsize | Font-size to use, in CSS units. |

Example Usage:

$config['codemirror_fontsize'] = '0.9rem';

### `comment_edit_time_limit`

Set the length of time in seconds that members have to edit their comments on the front end of the site. Set to `0` for no limit. Members in the Super Admin group are exempt from this time limit.
Expand Down