Search code examples
typo3typoscript

Set editor presets by user group in TYPO3 10.4


I have created a custom editor preset in TYPO3 10.4.

It works well if I added it to each page in Page TSconfig like this:

RTE {
  default {
    preset = custom_preset
  }
}

But I would like to add it to certain backend user groups. However, adding this typoscript to Backend user > backend user groups > Options > TSconfig doean't work.

How can I do this?

Thank toy.


Solution

  • IMO this is not possible. RTE is only a key for Page TSconfig, but not for User TSconfig

    Configuring the RTE per user/group will lead to problems if another user/group with fewer functions later edits the content.