SillyTavern/public/scripts/templates/masterExport.html

12 lines
309 B
HTML
Raw Normal View History

2024-09-21 22:21:19 +02:00
<h3>
Choose what to export
</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>