3
0

Add Description for CItemPicker Selected Fields in Compose

This commit is contained in:
Atanas Yonkov 2023-01-06 16:13:12 +02:00
parent 5196e6a6d0
commit b4d5c7fd7c
2 changed files with 6 additions and 0 deletions

View File

@ -30,7 +30,12 @@
<b-form-group
v-if="recordListModule"
:label="$t('module:general.fields')"
label-class="pb-0"
>
<label class="text-secondary small pb-1">
{{ $t('recordList.moduleFieldsFootnote') }}
</label>
<field-picker
:module="recordListModule"
:fields.sync="options.fields"

View File

@ -318,6 +318,7 @@ recordList:
uploadFile: Upload the file you want to import (.csv or JSON format)
label: Record list
moduleFootnote: Modules without a {{0}} can only be used in a record list as an inline editor
moduleFieldsFootnote : If no fields are selected, the default fields will be shown
noRecords: There are no records matching your request
pagination:
next: Next