mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 17:25:16 -04:00
Add plantuml support (#327)
* Add plantuml support * Enable PlantUML rendering only if plantumlServer config is set * Show warning box when plantuml is enabled but no server is configured
This commit is contained in:
parent
c21503848f
commit
fe2f7403aa
11 changed files with 96 additions and 1 deletions
|
@ -31,6 +31,7 @@ export const initialState: Config = {
|
|||
saml: ''
|
||||
},
|
||||
useImageProxy: false,
|
||||
plantumlServer: null,
|
||||
specialLinks: {
|
||||
privacy: '',
|
||||
termsOfUse: '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue