mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
* Organized language * Organized high level folders * Some deeper organization * More org. That's enough ._. * Capitalized initial system localization categories
10 lines
No EOL
409 B
Handlebars
Executable file
10 lines
No EOL
409 B
Handlebars
Executable file
<section
|
|
class='tab {{tabs.description.cssClass}} {{tabs.description.id}}'
|
|
data-tab='{{tabs.description.id}}'
|
|
data-group='{{tabs.description.group}}'
|
|
>
|
|
<fieldset>
|
|
<legend>{{localize "DAGGERHEART.GENERAL.description"}}</legend>
|
|
{{formInput systemFields.description value=document.system.description enriched=enrichedDescription toggled=true}}
|
|
</fieldset>
|
|
</section> |