fix image pdf pandora_enterprise#12472

This commit is contained in:
daniel 2023-11-15 17:28:16 +01:00
parent c7a746ea41
commit 33c4833200

View File

@ -1461,7 +1461,8 @@ function defineTinyMCE(selector) {
{ text: "C#", value: "csharp" }, { text: "C#", value: "csharp" },
{ text: "C++", value: "cpp" } { text: "C++", value: "cpp" }
], ],
toolbar: defaultToolbar toolbar: defaultToolbar,
relative_urls: false
}); });
} }