зеркало из https://github.com/nextcloud/forms.git
fix: Add note about Markdown formatting within description placeholder
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
This commit is contained in:
Родитель
cbed247c45
Коммит
b286bf1258
|
@ -78,7 +78,7 @@
|
|||
<NcRichContenteditable v-if="edit || !questionValid"
|
||||
:multiline="true"
|
||||
:value="description"
|
||||
:placeholder="t('forms', 'Description')"
|
||||
:placeholder="t('forms', 'Description (formatting using Markdown is supported)')"
|
||||
:maxlength="maxStringLengths.questionDescription"
|
||||
class="question__header__description__input"
|
||||
@update:value="onDescriptionChange" />
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
class="form-desc form-desc__input"
|
||||
:value="form.description"
|
||||
:multiline="true"
|
||||
:placeholder="t('forms', 'Description')"
|
||||
:placeholder="t('forms', 'Description (formatting using Markdown is supported)')"
|
||||
:maxlength="maxStringLengths.formDescription"
|
||||
@update:value="updateDescription" />
|
||||
</template>
|
||||
|
|
Загрузка…
Ссылка в новой задаче