mirror of
https://github.com/documize/community.git
synced 2025-08-04 21:15:24 +02:00
block code moved to new API
This commit is contained in:
parent
7faf6d6cff
commit
f7bcf1366c
9 changed files with 463 additions and 26 deletions
|
@ -95,22 +95,3 @@ type Revision struct {
|
|||
Initials string `json:"initials"`
|
||||
Revisions int `json:"revisions"`
|
||||
}
|
||||
|
||||
// Block represents a section that has been published as a reusable content block.
|
||||
type Block struct {
|
||||
model.BaseEntity
|
||||
OrgID string `json:"orgId"`
|
||||
LabelID string `json:"folderId"`
|
||||
UserID string `json:"userId"`
|
||||
ContentType string `json:"contentType"`
|
||||
PageType string `json:"pageType"`
|
||||
Title string `json:"title"`
|
||||
Body string `json:"body"`
|
||||
Excerpt string `json:"excerpt"`
|
||||
RawBody string `json:"rawBody"` // a blob of data
|
||||
Config string `json:"config"` // JSON based custom config for this type
|
||||
ExternalSource bool `json:"externalSource"` // true indicates data sourced externally
|
||||
Used uint64 `json:"used"`
|
||||
Firstname string `json:"firstname"`
|
||||
Lastname string `json:"lastname"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue