mirror of
https://github.com/directus/directus.git
synced 2026-01-27 19:17:55 -05:00
update divider
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
'--v-divider-label-color': color,
|
||||
}"
|
||||
large
|
||||
:inlineTitle="inlineTitle"
|
||||
>
|
||||
<template v-if="icon" #icon><v-icon :name="icon" /></template>
|
||||
<template v-if="title" #default>{{ title }}</template>
|
||||
@@ -30,6 +31,10 @@ export default defineComponent({
|
||||
type: String,
|
||||
default: null,
|
||||
},
|
||||
inlineTitle: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -17,7 +17,7 @@ export default defineInterface(({ i18n }) => ({
|
||||
meta: {
|
||||
width: 'half',
|
||||
interface: 'color',
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
field: 'icon',
|
||||
@@ -26,7 +26,7 @@ export default defineInterface(({ i18n }) => ({
|
||||
meta: {
|
||||
width: 'half',
|
||||
interface: 'icon',
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
field: 'title',
|
||||
@@ -35,7 +35,16 @@ export default defineInterface(({ i18n }) => ({
|
||||
meta: {
|
||||
width: 'half',
|
||||
interface: 'text-input',
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
field: 'inlineTitle',
|
||||
name: i18n.t('inline_title'),
|
||||
type: 'boolean',
|
||||
meta: {
|
||||
width: 'half',
|
||||
interface: 'toggle',
|
||||
},
|
||||
},
|
||||
],
|
||||
}));
|
||||
|
||||
@@ -489,6 +489,7 @@
|
||||
|
||||
"formatted_value": "Formatted Value",
|
||||
"format_title": "Format Title",
|
||||
"inline_title": "Inline Title",
|
||||
"auto_format_casing": "Auto-format casing",
|
||||
|
||||
"errors": {
|
||||
|
||||
Reference in New Issue
Block a user