Add Description for CItemPicker Selected Fields in Compose
This commit is contained in:
parent
5196e6a6d0
commit
b4d5c7fd7c
@ -30,7 +30,12 @@
|
|||||||
<b-form-group
|
<b-form-group
|
||||||
v-if="recordListModule"
|
v-if="recordListModule"
|
||||||
:label="$t('module:general.fields')"
|
:label="$t('module:general.fields')"
|
||||||
|
label-class="pb-0"
|
||||||
>
|
>
|
||||||
|
<label class="text-secondary small pb-1">
|
||||||
|
{{ $t('recordList.moduleFieldsFootnote') }}
|
||||||
|
</label>
|
||||||
|
|
||||||
<field-picker
|
<field-picker
|
||||||
:module="recordListModule"
|
:module="recordListModule"
|
||||||
:fields.sync="options.fields"
|
:fields.sync="options.fields"
|
||||||
|
|||||||
@ -318,6 +318,7 @@ recordList:
|
|||||||
uploadFile: Upload the file you want to import (.csv or JSON format)
|
uploadFile: Upload the file you want to import (.csv or JSON format)
|
||||||
label: Record list
|
label: Record list
|
||||||
moduleFootnote: Modules without a {{0}} can only be used in a record list as an inline editor
|
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
|
noRecords: There are no records matching your request
|
||||||
pagination:
|
pagination:
|
||||||
next: Next
|
next: Next
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user