mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
FEAT: new ForeignDocumentUUIDField
FIX: Remove unnecessary fields FEAT: use ForeignDocumentUUIDField in the Item Class DataModel
This commit is contained in:
parent
996e72d4f2
commit
00fc07d67c
5 changed files with 43 additions and 98 deletions
|
|
@ -16,8 +16,7 @@ export default class DHAncestry extends BaseDataItem {
|
|||
const fields = foundry.data.fields;
|
||||
return {
|
||||
...super.defineSchema(),
|
||||
//TODO: use DocumentUUIDField, DocumentIdField or create LocalDocumentField
|
||||
abilities: featuresSchema()
|
||||
//use ForeignDocumentUUIDField for Abilities
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue