We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728ed9a commit cf31a01Copy full SHA for cf31a01
resources/js/components/fields/Settings.vue
@@ -3,7 +3,7 @@
3
<Icon name="loading" />
4
</div>
5
6
- <StackHeader v-if="!loading" :title="__(fieldtype.title + ' ' + 'Field')" :icon="fieldtype.icon">
+ <StackHeader v-if="!loading" :title="__(values.display) || __(config.display) || config.handle" :icon="fieldtype.icon">
7
<template #actions>
8
<Button variant="default" @click.prevent="commit" :text="__('Apply')" />
9
<Button v-if="!(isNestedField)" variant="primary" @click.prevent="commitAndSave" icon="save" :text="__('Apply & Save')" />
0 commit comments