updated api docs and enabled paste_as_text editor option

This commit is contained in:
Gani Georgiev
2023-09-05 08:06:21 +03:00
parent a37d9cfb84
commit a88b3c5db3
35 changed files with 137 additions and 108 deletions
@@ -217,6 +217,10 @@
<td>
Comma separated string of the fields to return in the JSON response
<em>(by default returns all fields)</em>.
<br />
Use <code>*</code> to target all keys from the specific depth level.
<br />
For example: <code>?fields=*,expand.author.name</code>
</td>
</tr>
<tr>
@@ -206,9 +206,15 @@
</button>
</div>
<div class="help-block">
<!-- prettier-ignore -->
<p>
Supports numeric list, steps and ranges. The timezone is in
UTC.
Supports numeric list, steps, ranges or
<span
class="link-primary"
use:tooltip={"@yearly\n@annually\n@monthly\n@weekly\n@daily\n@midnight\n@hourly"}
>macros</span>.
<br>
The timezone is in UTC.
</p>
</div>
</Field>
+1
View File
@@ -1332,6 +1332,7 @@ export default class CommonHelper {
min_height: 270,
height: 270,
max_height: 700,
paste_as_text: true,
autoresize_bottom_margin: 30,
skin: "pocketbase",
content_style: "body { font-size: 14px }",