mirror of
https://github.com/documize/community.git
synced 2025-07-18 20:59:43 +02:00
Allow content to contain links to network locations
This commit is contained in:
parent
19736aab04
commit
4cfbd57871
13 changed files with 129 additions and 30 deletions
|
@ -24,6 +24,7 @@ type Link struct {
|
|||
SourcePageID string `json:"sourcePageId"`
|
||||
TargetDocumentID string `json:"targetDocumentId"`
|
||||
TargetID string `json:"targetId"`
|
||||
ExternalID string `json:"externalId"`
|
||||
Orphan bool `json:"orphan"`
|
||||
}
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@ type Organization struct {
|
|||
Company string `json:"-"`
|
||||
Title string `json:"title"`
|
||||
Message string `json:"message"`
|
||||
URL string `json:"url"`
|
||||
Domain string `json:"domain"`
|
||||
Email string `json:"email"`
|
||||
AllowAnonymousAccess bool `json:"allowAnonymousAccess"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue