(ad) translation for deck column settings (#11778)
This commit is contained in:
parent
1f7a81aae7
commit
e7d30c8eb4
3 changed files with 6 additions and 1 deletions
|
@ -116,11 +116,12 @@ function getMenu() {
|
|||
width: {
|
||||
type: 'number',
|
||||
label: i18n.ts.width,
|
||||
description: i18n.ts._deck.usedAsMinWidthWhenFlexible,
|
||||
default: props.column.width,
|
||||
},
|
||||
flexible: {
|
||||
type: 'boolean',
|
||||
label: i18n.ts.flexible,
|
||||
label: i18n.ts._deck.flexible,
|
||||
default: props.column.flexible,
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue