Block Elemente hinzugefügt
This commit is contained in:
@@ -1216,11 +1216,11 @@
|
||||
},
|
||||
});
|
||||
};
|
||||
if (!B.DISABLE_EDITOR_EXTENSIONS) {
|
||||
if (!B.DISABLE_EDITOR_EXTENSIONS && !B.DISABLE_EDITOR_BEHAVIOR) {
|
||||
ensureCommandStubs(ed);
|
||||
}
|
||||
|
||||
if (!B.DISABLE_EDITOR_EXTENSIONS) {
|
||||
if (!B.DISABLE_EDITOR_EXTENSIONS && !B.DISABLE_EDITOR_BEHAVIOR) {
|
||||
try {
|
||||
const textTags = ['p','span','div','br','b','strong','i','em','u','a','ul','ol','li'];
|
||||
if (ed.Config) {
|
||||
@@ -1242,7 +1242,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
if (!B.DISABLE_EDITOR_EXTENSIONS) {
|
||||
if (!B.DISABLE_EDITOR_EXTENSIONS && !B.DISABLE_EDITOR_BEHAVIOR) {
|
||||
setupTableBuilder(ed);
|
||||
setupPlainTextPreserver(ed);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user