Skip to content

Commit c0d7a54

Browse files
committed
remove unexistant RTE config overrides
1 parent 901cd6c commit c0d7a54

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

docs/general/system-configuration-overrides.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2484,35 +2484,6 @@ Example Usage:
24842484

24852485
**Also found in CP:** `Settings --> URL and Path Settings`: [Category URL Indicator](control-panel/settings/urls.md#category-url-segment)
24862486

2487-
### `rte_default_toolset_id`
2488-
2489-
Set the default RTE toolset shown for any member that has not specifically chosen one in Rich Text Editor Preferences.
2490-
2491-
| Value | Description |
2492-
| ---------- | ---------------------- |
2493-
| toolset ID | Default RTE toolset ID |
2494-
2495-
Example Usage:
2496-
2497-
$config['rte_default_toolset_id'] = '2';
2498-
2499-
**Also found in CP:** `Developer --> Add-Ons --> Rich Text Editor Settings`: [Default Toolset](control-panel/settings/urls.md#category-url-segment)
2500-
2501-
### `rte_enabled`
2502-
2503-
If enabled, the Rich Text Editor will be applied to any _Textarea (Rich Text)_ Channel Field. Otherwise, the field will appear as a normal textarea instead.
2504-
2505-
| Value | Behavior |
2506-
| ----- | ------------------------------------ |
2507-
| y | Enable RTE (default) |
2508-
| n | Disable RTE and show normal textarea |
2509-
2510-
Example Usage:
2511-
2512-
$config['rte_enabled'] = 'y';
2513-
2514-
**Also found in CP:** `Developer --> Add-Ons --> Rich Text Editor Settings`: [Enable Rich Text Editor](control-panel/settings/urls.md#category-url-segment)
2515-
25162487
### `save_tmpl_files`
25172488

25182489
Enable the saving of templates as files.

0 commit comments

Comments
 (0)