mirror of
https://github.com/documize/community.git
synced 2025-07-21 14:19:43 +02:00
implemented edition license checks
This commit is contained in:
parent
edccb39019
commit
a4e3264e0c
19 changed files with 146 additions and 19 deletions
|
@ -341,6 +341,8 @@ type SiteMeta struct {
|
|||
URL string `json:"url"`
|
||||
AllowAnonymousAccess bool `json:"allowAnonymousAccess"`
|
||||
Version string `json:"version"`
|
||||
Edition string `json:"edition"`
|
||||
Valid bool `json:"valid"`
|
||||
}
|
||||
|
||||
// Template is used to create a new document.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue