mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Implement master AF import / export
This commit is contained in:
11
public/scripts/templates/masterImport.html
Normal file
11
public/scripts/templates/masterImport.html
Normal 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>
|
Reference in New Issue
Block a user