mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
Allow admins to set subdomain for their instance
Fixes #209 Admins can see and set subdomain for their instance. Self-host customers only!
This commit is contained in:
parent
af9bc25660
commit
f828583b49
6 changed files with 25 additions and 3 deletions
|
@ -16,6 +16,7 @@ export default Model.extend({
|
|||
title: attr('string'),
|
||||
message: attr('string'),
|
||||
email: attr('string'),
|
||||
domain: attr('string'),
|
||||
conversionEndpoint: attr('string'),
|
||||
allowAnonymousAccess: attr('boolean', { defaultValue: false }),
|
||||
maxTags: attr('number', {defaultValue: 3}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue