mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
Set org and per user locale
This commit is contained in:
parent
23abcf1585
commit
4494ace0a2
30 changed files with 125 additions and 41 deletions
|
@ -21,6 +21,7 @@ export default Model.extend({
|
|||
allowAnonymousAccess: attr('boolean', { defaultValue: false }),
|
||||
maxTags: attr('number', {defaultValue: 3}),
|
||||
theme: attr('string'),
|
||||
locale: attr('string', { defaultValue: "en-US" }),
|
||||
created: attr(),
|
||||
revised: attr()
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue