Fixes #5993 -- Make some Discord webhook fields textareas.

This commit is contained in:
Buster Neece 2023-01-07 12:31:42 -06:00
parent e0f5178ba4
commit 67c40bec5d
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@
id="form_config_content"
class="col-md-6"
:field="form.config.content"
input-type="textarea"
>
<template #label>
{{ $gettext('Main Message Content') }}
@ -45,6 +46,7 @@
id="form_config_description"
class="col-md-6"
:field="form.config.description"
input-type="textarea"
>
<template #label>
{{ $gettext('Description') }}