Add a RichEditor to make HTMLFields livable
This commit is contained in:
parent
f6ff3247e3
commit
ced2b5151b
7 changed files with 137 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ import { CombinedHeroSheet } from "./Apps/ActorSheets/CombinedHeroSheet.mjs";
|
|||
import { DicePool } from "./Apps/DicePool.mjs";
|
||||
import { HeroSkillsCardV1 } from "./Apps/ActorSheets/HeroSkillsCardV1.mjs";
|
||||
import { HeroSummaryCardV1 } from "./Apps/ActorSheets/HeroSummaryCardV1.mjs";
|
||||
import { RichEditor } from "./Apps/RichEditor.mjs";
|
||||
|
||||
// Util imports
|
||||
import { documentSorter } from "./consts.mjs";
|
||||
|
|
@ -19,6 +20,7 @@ Object.defineProperty(
|
|||
CombinedHeroSheet,
|
||||
HeroSummaryCardV1,
|
||||
HeroSkillsCardV1,
|
||||
RichEditor,
|
||||
},
|
||||
utils: {
|
||||
documentSorter,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue