Files
Foundry-VTT-Docker/resources/app/templates/journal/page-text-edit.html

6 lines
269 B
HTML
Raw Normal View History

2025-01-04 00:34:03 +01:00
<form class="{{cssClass}} flexcol" autocomplete="off">
{{> journalEntryPageHeader}}
{{editor editor.content target="text.content" class="journal-page-content" button=false editable=true
engine=editor.engine collaborate=editor.collaborate}}
</form>