Get the base Actor sheet working w/ collaboration
This commit is contained in:
parent
60b0072bcc
commit
ce9c2de751
18 changed files with 320 additions and 22 deletions
|
|
@ -1,6 +1,12 @@
|
|||
export class PlayerData extends foundry.abstract.TypeDataModel {
|
||||
static defineSchema() {
|
||||
const fields = foundry.data.fields;
|
||||
return {};
|
||||
return {
|
||||
content: new fields.HTMLField({
|
||||
blank: true,
|
||||
trim: true,
|
||||
initial: ``,
|
||||
}),
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue