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

@@ -44,6 +44,12 @@
.note-split {
max-width: <%= maxContentWidth %>px;
}
<% if (hidePoweredByCKEditor) { %>
.ck-powered-by-balloon {
display: none !important;
}
<% } %>
</style>
<!-- Required for correct loading of scripts in Electron -->