I have installed the TYPO3 "Bootstrap Package" which is a wrapper for, well, the Bootstrap 4 toolkit. In the TYPO3 10 CMS backend, key Bootstrap constants (e.g. font name, font sizes, many CSS classes and properties) are now configurable via set of handy pulldown menus and selection boxes - but only for "admins".
I have some "editors" who know how to edit pages, but they do not know CSS. They are overwhelmed with the fully populated sidebar that a TYPO3 "admin" backend user sees. They should also be able to change the font name etc, and tweak the design.
Now I would like to make only the TYPO3 Constant Editor available to Backend Users. Specifically, only to users of the "Advanced Editors" Group, and only the "Constant Editor" Menu Item, not the "Info/Modify" menu item.
I cannot give "Advanced Editors" such fine-grained permissions with the "Backend user groups" configuration menu.
I have found a really old forum post from 2006 where a user asked a very similar question.
The answer was to use a TYPO3 extension. And this extension which is also named "Constant editor" can still be downloaded from the TER, but it is deprecated. I did not try it because TER adises me to not install it.
Is there a similar extension somewhere, or a clever TSConfig hack?