added option to disable aspect ratio for profiles
This commit is contained in:
parent
4280ce709f
commit
4dc9bdf54d
9 changed files with 32 additions and 4 deletions
|
|
@ -114,6 +114,12 @@ export default {
|
|||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
// Disable forced 3:1 aspect ratio
|
||||
compact: {
|
||||
required: false,
|
||||
type: Boolean,
|
||||
default: false,
|
||||
}
|
||||
},
|
||||
components: {
|
||||
DialogModal,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue