mirror of
https://github.com/documize/community.git
synced 2025-07-24 23:59:47 +02:00
New config setting: how many tags per document?
This commit is contained in:
parent
0743ae002c
commit
19736aab04
17 changed files with 827 additions and 731 deletions
|
@ -29,7 +29,7 @@ export default Service.extend({
|
|||
message: '',
|
||||
edition: 'Community',
|
||||
// for major.minor semver release detection
|
||||
// for bugfix releases, only admin is made aware of new release and end users see no Whats New messaging
|
||||
// for bugfix releases, only admin is made aware of new release and end users see no What's New messaging
|
||||
updateAvailable: false,
|
||||
valid: true,
|
||||
allowAnonymousAccess: false,
|
||||
|
@ -37,6 +37,7 @@ export default Service.extend({
|
|||
authConfig: null,
|
||||
setupMode: false,
|
||||
secureMode: false,
|
||||
maxTags: 3,
|
||||
|
||||
invalidLicense() {
|
||||
return this.valid === false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue