mirror of
https://github.com/documize/community.git
synced 2025-07-26 00:29:47 +02:00
Introduce new Tabular editor with CSV import support
Closes #211 and #202 An all-new tabular editor has been added -- this replaces the previous tabular editor. Better formatting options. CSV data can also be imported straight into the table.
This commit is contained in:
parent
ed99b0c9f3
commit
25c247e99b
18 changed files with 2224 additions and 14 deletions
|
@ -12,12 +12,14 @@
|
|||
|
||||
<ul class="options">
|
||||
{{#each sections as |section|}}
|
||||
<li class="preset-option" {{action "onInsertSection" section}}>
|
||||
<div class="icon">
|
||||
<img class="img" src="/sections/{{section.contentType}}.png" srcset="/sections/{{section.contentType}}@2x.png">
|
||||
</div>
|
||||
<div class="name">{{section.title}}</div>
|
||||
</li>
|
||||
{{#unless section.retired}}
|
||||
<li class="preset-option" {{action "onInsertSection" section}}>
|
||||
<div class="icon">
|
||||
<img class="img" src="/sections/{{section.contentType}}.png" srcset="/sections/{{section.contentType}}@2x.png">
|
||||
</div>
|
||||
<div class="name">{{section.title}}</div>
|
||||
</li>
|
||||
{{/unless}}
|
||||
{{/each}}
|
||||
{{#if hasBlocks}}
|
||||
<br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue