mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 16:21:38 +02:00
✨ Add the ability to embed assets on export binfile
This commit is contained in:
parent
6b8ab7aa72
commit
50f30eb12f
3 changed files with 80 additions and 11 deletions
|
@ -56,7 +56,12 @@ Debug Main Page
|
|||
|
||||
<div class="row">
|
||||
<label>Include libraries?</label>
|
||||
<input type="checkbox" name="includelibs" checked/>
|
||||
<input type="checkbox" name="includelibs" />
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<label>Embed assets?</label>
|
||||
<input type="checkbox" name="embedassets" checked/>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
|
@ -100,7 +105,7 @@ Debug Main Page
|
|||
|
||||
<div class="row">
|
||||
<label>Ignore index errors?</label>
|
||||
<input type="checkbox" name="ignore-index-errors" />
|
||||
<input type="checkbox" name="ignore-index-errors" checked/>
|
||||
<br />
|
||||
<small>
|
||||
Do not break on index lookup erros (remap operation).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue