N°5298 - Update CKEditor to version 5

This commit is contained in:
Stephen Abello
2024-03-11 16:48:50 +01:00
parent 14c637c7f3
commit dc553ca83c
1082 changed files with 82130 additions and 23369 deletions

View File

@@ -24,10 +24,11 @@ class CaseLogEntryForm extends UIContentBlock
// Overloaded constants
public const BLOCK_CODE = 'ibo-caselog-entry-form';
public const DEFAULT_HTML_TEMPLATE_REL_PATH = 'base/layouts/activity-panel/caselog-entry-form/layout';
public const DEFAULT_JS_TEMPLATE_REL_PATH = 'base/layouts/activity-panel/caselog-entry-form/layout';
public const DEFAULT_JS_ON_READY_TEMPLATE_REL_PATH = 'base/layouts/activity-panel/caselog-entry-form/layout';
public const DEFAULT_JS_FILES_REL_PATH = [
'js/layouts/activity-panel/caselog-entry-form.js',
];
public const REQUIRES_ANCESTORS_DEFAULT_JS_FILES = true;
/** @var string Form is autonomous and can send data on its own */
public const ENUM_SUBMIT_MODE_AUTONOMOUS = 'autonomous';