add option to hide the "Powered by CKEditor" banner

This commit is contained in:
zadam
2023-06-14 00:51:05 +02:00
parent 0496412f4a
commit 8d2958738f
6 changed files with 45 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ const ALLOWED_OPTIONS = new Set([
'disableTray',
'customSearchEngineName',
'customSearchEngineUrl',
'hidePoweredByCKEditor'
]);
function getOptions() {