Spinner now configureable in the Settings

This commit is contained in:
Martin Filser 2021-06-08 19:47:14 +02:00
parent 849deae11e
commit 7519abf3fe
6 changed files with 55 additions and 7 deletions

View file

@ -23,6 +23,7 @@ Meteor.publish('setting', () => {
customHTMLbeforeBodyEnd: 1,
displayAuthenticationMethod: 1,
defaultAuthenticationMethod: 1,
spinnerName: 1,
},
},
);