mirror of
https://github.com/documize/community.git
synced 2025-07-24 23:59:47 +02:00
Show admins incomplete config indicator
SMTP checks to start with.
This commit is contained in:
parent
b2cd375936
commit
80f0876b51
7 changed files with 31 additions and 4 deletions
|
@ -42,6 +42,7 @@ type SiteMeta struct {
|
|||
Edition domain.Edition `json:"edition"`
|
||||
ConversionEndpoint string `json:"conversionEndpoint"`
|
||||
Storage env.StoreType `json:"storageProvider"`
|
||||
Location string `json:"location"` // reserved for internal use
|
||||
Theme string `json:"theme"` // default side-wide theme, user overrideble
|
||||
Location string `json:"location"` // reserved for internal use
|
||||
Theme string `json:"theme"` // default side-wide theme, user overrideble
|
||||
Configured bool `json:"configured"` // is Documize instance configured
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue