mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
[WIP] User can select theme
This commit is contained in:
parent
11e164496b
commit
679049d2b1
11 changed files with 141 additions and 8 deletions
|
@ -19,6 +19,7 @@ export default Model.extend({
|
|||
conversionEndpoint: attr('string'),
|
||||
allowAnonymousAccess: attr('boolean', { defaultValue: false }),
|
||||
maxTags: attr('number', {defaultValue: 3}),
|
||||
theme: attr('string'),
|
||||
created: attr(),
|
||||
revised: attr()
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue