mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
* Remove item description fieldset * Move styling to tab description and reduce tab specific overrides * Move artist attribution style back to tab description * Roll back editor menu changes
11 lines
No EOL
534 B
Handlebars
Executable file
11 lines
No EOL
534 B
Handlebars
Executable file
<section
|
|
class='tab {{tabs.description.cssClass}} {{tabs.description.id}}'
|
|
data-tab='{{tabs.description.id}}'
|
|
data-group='{{tabs.description.group}}'
|
|
>
|
|
{{formInput systemFields.description value=document.system.description enriched=enrichedDescription toggled=true}}
|
|
|
|
{{#if (and showAttribution document.system.attribution.artist)}}
|
|
<label class="artist-attribution">{{localize "DAGGERHEART.GENERAL.artistAttribution" artist=document.system.attribution.artist}}</label>
|
|
{{/if}}
|
|
</section> |