mirror of
https://github.com/wekan/wekan.git
synced 2026-02-26 18:04:06 +01:00
Spinner now configureable in the Settings
This commit is contained in:
parent
849deae11e
commit
7519abf3fe
6 changed files with 55 additions and 7 deletions
|
|
@ -46,6 +46,10 @@ Settings.attachSchema(
|
|||
type: String,
|
||||
optional: false,
|
||||
},
|
||||
spinnerName: {
|
||||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
hideLogo: {
|
||||
type: Boolean,
|
||||
optional: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue