1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 13:35:25 +02:00

Support custom URLS for Diagrams.net

This commit is contained in:
Harvey Kandola 2022-03-24 13:05:45 -04:00
parent 607a2d5797
commit 1a909dd046
8 changed files with 40 additions and 9 deletions

View file

@ -6,7 +6,7 @@
{{#section/base-editor document=document folder=folder page=page busy=waiting isDirty=(action "isDirty") onCancel=(action "onCancel") onAction=(action "onAction")}}
<div class="section-flowchart-diagram">
<iframe id={{editorId}}
src="https://embed.diagrams.net/?embed=1&ui=Kennedy&spin=0&proto=json&splash=0"
src={{serviceUrl}}
style="frameborder:0; border: 0; width: 100%; height: 1000px;">
</iframe>
</div>