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:
Jakob Klepp 2020-08-04 11:15:23 +02:00 committed by GitHub
parent c21503848f
commit fe2f7403aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 96 additions and 1 deletions

View file

@ -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",