gist - configurable token

This commit is contained in:
Jan Prochazka
2024-05-27 14:01:58 +02:00
parent d3737b4e08
commit 22bed04d13
3 changed files with 24 additions and 3 deletions

View File

@@ -74,6 +74,7 @@ ORDER BY
{ label: 'Themes', slot: 3 },
{ label: 'Default Actions', slot: 4 },
{ label: 'Confirmations', slot: 5 },
{ label: 'Other', slot: 6 },
]}
>
<svelte:fragment slot="1">
@@ -313,6 +314,15 @@ ORDER BY
label="Skip confirmation when saving collection data (NoSQL)"
/>
</svelte:fragment>
<svelte:fragment slot="6">
<div class="heading">Other</div>
<FormTextField
name="other.gistCreateToken"
label="API token for creating error gists"
defaultValue=""
/>
</svelte:fragment>
</TabControl>
</FormValues>