Extend WI control limits

This commit is contained in:
Cohee
2023-06-13 10:18:41 +03:00
parent 0013fb6a97
commit febb48ef6f

View File

@@ -2802,18 +2802,33 @@
<div class="gap5px world_entry_thin_controls wide100p">
<div class="world_entry_form_control">
<label for="key">
<h4><span data-i18n="Keywords">Keywords</span></h4>
<small><span data-i18n="Separate with commas">Separate with commas</span></small>
<h4>
<span data-i18n="Keywords">
Keywords
</span>
</h4>
<small>
<span data-i18n="Separate with commas">
Separate with commas
</span>
</small>
</label>
<textarea class="text_pole keyprimarytextpole" name="key" rows="1" placeholder="" maxlength="250"></textarea>
<textarea class="text_pole keyprimarytextpole" name="key" rows="1" placeholder="" maxlength="1000"></textarea>
</div>
<div class="world_entry_form_control keysecondary">
<label for="keysecondary">
<h4><span data-i18n="Secondary Required Keywords">Secondary Required Keywords</span>
<h4>
<span data-i18n="Secondary Required Keywords">
Secondary Required Keywords
</span>
</h4>
<small><span data-i18n="Separate with commas">Separate with commas</span></small>
<small>
<span data-i18n="Separate with commas">
Separate with commas
</span>
</small>
</label>
<textarea class="text_pole keysecondarytextpole" name="keysecondary" rows="1" placeholder="(secondary keywords here)" maxlength="250"></textarea>
<textarea class="text_pole keysecondarytextpole" name="keysecondary" rows="1" placeholder="(secondary keywords here)" maxlength="1000"></textarea>
</div>
</div>
<div class="fa-solid fa-circle-chevron-down inline-drawer-icon down"></div>
@@ -2822,9 +2837,16 @@
<div class="world_entry_thin_controls wide100p">
<div class="world_entry_form_control">
<label for="content ">
<h4><span data-i18n="Content">Content</span></h4>
<small><span data-i18n="What this keyword should mean to the AI">What this keyword
should mean to the AI</span></small>
<h4>
<span data-i18n="Content">
Content
</span>
</h4>
<small>
<span data-i18n="What this keyword should mean to the AI">
What this keyword should mean to the AI
</span>
</small>
</label>
<textarea class="text_pole" name="content" rows="4" placeholder=""></textarea>
</div>
@@ -2833,10 +2855,18 @@
<div class="world_entry_form_control">
<label for="comment">
<h4><span data-i18n="Memo/Note">Memo/Note</span></h4>
<small><span data-i18n="Not sent to AI">Not sent to AI</span></small>
<h4>
<span data-i18n="Memo/Note">
Memo/Note
</span>
</h4>
<small>
<span data-i18n="Not sent to AI">
Not sent to AI
</span>
</small>
</label>
<textarea class="text_pole" rows="1" name="comment" maxlength="250"></textarea>
<textarea class="text_pole" rows="1" name="comment" maxlength="2000"></textarea>
</div>
</div>
<div class="flex-container flex1 justifySpaceBetween world_entry_form_horizontal">