mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-16 16:14:43 -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
|
@ -27,6 +27,7 @@
|
|||
"saml": "aufSAMLn.de"
|
||||
},
|
||||
"useImageProxy": false,
|
||||
"plantumlServer": "http://www.plantuml.com/plantuml",
|
||||
"specialLinks": {
|
||||
"privacy": "https://example.com/privacy",
|
||||
"termsOfUse": "https://example.com/termsOfUse",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue