Skip to content

Commit fb8206a

Browse files
committed
remove unexistant RTE config overrides
(cherry picked from commit c0d7a54)
1 parent a4679a7 commit fb8206a

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
@@ -2387,35 +2387,6 @@ Example Usage:
23872387

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

2390-
### `rte_default_toolset_id`
2391-
2392-
Set the default RTE toolset shown for any member that has not specifically chosen one in Rich Text Editor Preferences.
2393-
2394-
| Value | Description |
2395-
| ---------- | ---------------------- |
2396-
| toolset ID | Default RTE toolset ID |
2397-
2398-
Example Usage:
2399-
2400-
$config['rte_default_toolset_id'] = '2';
2401-
2402-
**Also found in CP:** `Developer --> Add-Ons --> Rich Text Editor Settings`: [Default Toolset](control-panel/settings/urls.md#category-url-segment)
2403-
2404-
### `rte_enabled`
2405-
2406-
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.
2407-
2408-
| Value | Behavior |
2409-
| ----- | ------------------------------------ |
2410-
| y | Enable RTE (default) |
2411-
| n | Disable RTE and show normal textarea |
2412-
2413-
Example Usage:
2414-
2415-
$config['rte_enabled'] = 'y';
2416-
2417-
**Also found in CP:** `Developer --> Add-Ons --> Rich Text Editor Settings`: [Enable Rich Text Editor](control-panel/settings/urls.md#category-url-segment)
2418-
24192390
### `save_tmpl_files`
24202391

24212392
Enable the saving of templates as files.

0 commit comments

Comments
 (0)