Add Description for CItemPicker Selected Fields in Compose
This commit is contained in:
parent
5196e6a6d0
commit
b4d5c7fd7c
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user