[#7653] updated tinymce options to fix its dialogs position
This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
- Enabled text wrapping for the API rule fileds.
|
- Enabled text wrapping for the API rule fileds.
|
||||||
|
|
||||||
|
- Fixed `editor` floating dialogs position when scrolling ([#7653](https://github.com/pocketbase/pocketbase/issues/7653)).
|
||||||
|
|
||||||
|
|
||||||
## v0.37.2
|
## v0.37.2
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
2
ui/dist/index.html
vendored
2
ui/dist/index.html
vendored
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<!-- prism -->
|
<!-- prism -->
|
||||||
<script src="./libs/prism/prism.js" data-manual></script>
|
<script src="./libs/prism/prism.js" data-manual></script>
|
||||||
<script type="module" crossorigin src="./assets/index-BeKhjnWI.js"></script>
|
<script type="module" crossorigin src="./assets/index-Cj2KMr38.js"></script>
|
||||||
<link rel="modulepreload" crossorigin href="./assets/pocketbase.es-B_4DUNUU.js">
|
<link rel="modulepreload" crossorigin href="./assets/pocketbase.es-B_4DUNUU.js">
|
||||||
<link rel="stylesheet" crossorigin href="./assets/index-CbOtUFMZ.css">
|
<link rel="stylesheet" crossorigin href="./assets/index-CbOtUFMZ.css">
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -162,6 +162,7 @@ window.app.components.tinymce = function(propsArg = {}) {
|
|||||||
autoresize_bottom_margin: 30,
|
autoresize_bottom_margin: 30,
|
||||||
media_poster: false,
|
media_poster: false,
|
||||||
media_alt_source: false,
|
media_alt_source: false,
|
||||||
|
ui_mode: "split",
|
||||||
codesample_languages: [
|
codesample_languages: [
|
||||||
{ text: "HTML/XML", value: "markup" },
|
{ text: "HTML/XML", value: "markup" },
|
||||||
{ text: "CSS", value: "css" },
|
{ text: "CSS", value: "css" },
|
||||||
|
|||||||
Reference in New Issue
Block a user