@paroicms/quill-editor-plugin 1.29.0 → 1.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,7 +23,7 @@ const plugin = {
23
23
  return convertQuillDeltaToHtml(service, delta, options);
24
24
  });
25
25
  service.addHeadTag(`<link rel="stylesheet" href="${escapeHtml(`${service.pluginAssetsUrl}/public-front-plugin.css`)}">`, `<script type="module" src="${escapeHtml(`${service.pluginAssetsUrl}/public-front-plugin.mjs`)}"></script>`);
26
- if (service.pluginConf.backOffice?.code) {
26
+ if (service.configuration.backOffice?.code) {
27
27
  service.addHeadTag(`<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.10.0/build/styles/default.min.css">`, `<script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.10.0/build/highlight.min.js"></script>`, `<script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.10.0/build/languages/typescript.min.js"></script>`, `<script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.10.0/build/languages/javascript.min.js"></script>`, `<script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.10.0/build/languages/xml.min.js"></script>`, `<script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.10.0/build/languages/json.min.js"></script>`, `<script>
28
28
  hljs.highlightAll();
29
29
  document.addEventListener("DOMContentLoaded", () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/quill-editor-plugin",
3
- "version": "1.29.0",
3
+ "version": "1.31.0",
4
4
  "description": "Quill Editor plugin for ParoiCMS",
5
5
  "keywords": [
6
6
  "paroicms",
@@ -37,9 +37,9 @@
37
37
  "@paroicms/public-server-lib": "0"
38
38
  },
39
39
  "devDependencies": {
40
- "@paroicms/public-anywhere-lib": "0.19.0",
41
- "@paroicms/public-bo-lib": "0.20.0",
42
- "@paroicms/public-server-lib": "0.27.0",
40
+ "@paroicms/public-anywhere-lib": "0.20.0",
41
+ "@paroicms/public-bo-lib": "0.21.0",
42
+ "@paroicms/public-server-lib": "0.30.0",
43
43
  "@solid-primitives/i18n": "~2.2.0",
44
44
  "@types/node": "~22.13.10",
45
45
  "highlight.js": "~11.10.0",