mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-05-19 06:11:43 -04:00
[#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.
|
||||
|
||||
- Fixed `editor` floating dialogs position when scrolling ([#7653](https://github.com/pocketbase/pocketbase/issues/7653)).
|
||||
|
||||
|
||||
## 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 -->
|
||||
<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="stylesheet" crossorigin href="./assets/index-CbOtUFMZ.css">
|
||||
</head>
|
||||
|
||||
@@ -162,6 +162,7 @@ window.app.components.tinymce = function(propsArg = {}) {
|
||||
autoresize_bottom_margin: 30,
|
||||
media_poster: false,
|
||||
media_alt_source: false,
|
||||
ui_mode: "split",
|
||||
codesample_languages: [
|
||||
{ text: "HTML/XML", value: "markup" },
|
||||
{ text: "CSS", value: "css" },
|
||||
|
||||
Reference in New Issue
Block a user