A single page to create on a new journal entry.
content is plain text/HTML for a text-type page; FoundryClient.createJournalEntry maps it into Foundry's native JournalEntryPage shape (type: "text", text: { content, format: 1 } — format 1 is CONST.JOURNAL_ENTRY_PAGE_FORMATS.HTML).
content
JournalEntryPage
type: "text"
text: { content, format: 1 }
CONST.JOURNAL_ENTRY_PAGE_FORMATS.HTML
A single page to create on a new journal entry.
contentis plain text/HTML for a text-type page; FoundryClient.createJournalEntry maps it into Foundry's nativeJournalEntryPageshape (type: "text",text: { content, format: 1 }— format 1 isCONST.JOURNAL_ENTRY_PAGE_FORMATS.HTML).