mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Draw.io integration WIP
This commit is contained in:
parent
2b8a7921ad
commit
d746c90624
16 changed files with 955 additions and 14 deletions
|
@ -0,0 +1,14 @@
|
|||
{{#section/base-editor document=document folder=folder page=page busy=waiting tip="Concise name that describes the diagram" isDirty=(action 'isDirty') onCancel=(action 'onCancel') onAction=(action 'onAction')}}
|
||||
<div class="section-flowchart-diagram">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<iframe id={{editorId}}
|
||||
src="https://www.draw.io/?embed=1&ui=Kennedy&spin=0&proto=json&splash=0"
|
||||
style="frameborder:0; border: 0; width: 100%; height: 1000px;">
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{/section/base-editor}}
|
|
@ -0,0 +1,3 @@
|
|||
<div class="text-center">
|
||||
<img src="{{page.body}}" />
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue