mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Hidden context template block
This commit is contained in:
@@ -1355,14 +1355,23 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="anchors-block">
|
<div id="context-templates-block" style="display:none">
|
||||||
<h4>
|
<h4>
|
||||||
Anchors
|
Context Templates
|
||||||
</h4>
|
</h4>
|
||||||
<p>
|
<div>
|
||||||
This feature is obsolete and has been removed.
|
<label>Presets:</label>
|
||||||
Something else is coming soon in its place!
|
<div class="flex-container flexGap5">
|
||||||
</p>
|
<select id="prompt_template" class="flex1 margin0">
|
||||||
|
<option value="None">None</option>
|
||||||
|
<option value="Classic">Classic</option>
|
||||||
|
<option value="Pygmalion">Pygmalion</option>
|
||||||
|
</select>
|
||||||
|
<div id="context_template_edit" class="menu_button fa-solid fa-pencil margin0" title="Edit"></div>
|
||||||
|
<div id="context_template_new" class="menu_button fa-solid fa-plus margin0" title="Add new"></div>
|
||||||
|
<div id="context_template_delete" class="menu_button fa-solid fa-trash-can margin0" title="Delete"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user