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

@ -31,6 +31,7 @@ export const initialState: Config = {
saml: ''
},
useImageProxy: false,
plantumlServer: null,
specialLinks: {
privacy: '',
termsOfUse: '',