mirror of
https://github.com/documize/community.git
synced 2025-07-24 23:59:47 +02:00
PlantUML integration
This commit is contained in:
parent
0f3de51ad5
commit
7d3473365a
18 changed files with 521 additions and 291 deletions
|
@ -44,22 +44,23 @@ module.exports = {
|
|||
}
|
||||
],
|
||||
globals: {
|
||||
"is": true,
|
||||
"mermaid": true,
|
||||
"_": true,
|
||||
"tinymce": true,
|
||||
"CodeMirror": true,
|
||||
"Mousetrap": true,
|
||||
"Sortable": true,
|
||||
"moment": true,
|
||||
"Dropzone": true,
|
||||
"server": true,
|
||||
"authenticateUser": true,
|
||||
"stubAudit": true,
|
||||
"stubUserNotification": true,
|
||||
"userLogin": true,
|
||||
"Keycloak": true,
|
||||
"slug": true,
|
||||
"interact": true
|
||||
}
|
||||
"is": true,
|
||||
"mermaid": true,
|
||||
"_": true,
|
||||
"tinymce": true,
|
||||
"CodeMirror": true,
|
||||
"Mousetrap": true,
|
||||
"Sortable": true,
|
||||
"moment": true,
|
||||
"Dropzone": true,
|
||||
"server": true,
|
||||
"authenticateUser": true,
|
||||
"stubAudit": true,
|
||||
"stubUserNotification": true,
|
||||
"userLogin": true,
|
||||
"Keycloak": true,
|
||||
"slug": true,
|
||||
"interact": true,
|
||||
"velocity": true
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue