Implement master AF import / export

This commit is contained in:
Cohee
2024-09-21 23:21:19 +03:00
parent bf5b6090eb
commit c2f945ef88
4 changed files with 253 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
<h3>
Choose what to import
</h3>
<div class="flex-container flexFlowColumn justifyLeft">
{{#each sections}}
<label class="checkbox_label">
<input type="checkbox" value="{{@key}}" checked>
<span data-i18n="{{this}}">{{this}}</span>
</label>
{{/each}}
</div>