mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
add option to hide the "Powered by CKEditor" banner
This commit is contained in:
@@ -29,6 +29,7 @@ function index(req, res) {
|
||||
mainFontSize: parseInt(options.mainFontSize),
|
||||
treeFontSize: parseInt(options.treeFontSize),
|
||||
detailFontSize: parseInt(options.detailFontSize),
|
||||
hidePoweredByCKEditor: options.hidePoweredByCKEditor === 'true',
|
||||
maxEntityChangeIdAtLoad: sql.getValue("SELECT COALESCE(MAX(id), 0) FROM entity_changes"),
|
||||
maxEntityChangeSyncIdAtLoad: sql.getValue("SELECT COALESCE(MAX(id), 0) FROM entity_changes WHERE isSynced = 1"),
|
||||
instanceName: config.General ? config.General.instanceName : null,
|
||||
|
||||
Reference in New Issue
Block a user