First row of tests and fixes

This commit is contained in:
2026-03-05 23:43:45 +01:00
parent f28df2ae76
commit 95b19c8f02
9 changed files with 430 additions and 86 deletions
+14
View File
@@ -0,0 +1,14 @@
<section class="tab creature-description {{tab.cssClass}}" data-group="sheet" data-tab="description">
<fieldset>
<legend>{{localize "AWEMMY.Character.Description"}}</legend>
{{formInput
systemFields.description
enriched=enrichedDescription
value=system.description
name="system.description"
toggled=true
}}
</fieldset>
</section>