Attribute Item Subtype #76

Merged
Oliver merged 50 commits from feature/attribute-items into main 2026-04-27 02:12:56 +00:00
Showing only changes of commit 599789ec13 - Show all commits

View file

@ -16,8 +16,7 @@ export class AttributeItemData extends foundry.abstract.TypeDataModel {
key: new fields.StringField({
blank: false,
trim: true,
nullable: true,
initial: null,
nullable: false,
}),
aboveTheFold: new fields.BooleanField({
initial: false,