Triggers 🤫

This commit is contained in:
Stefan Zermatten
2022-07-20 15:57:38 +02:00
parent 6f7e742eb9
commit 566d6a4fef
16 changed files with 853 additions and 187 deletions

View File

@@ -25,6 +25,7 @@ import { SlotFillerSchema } from '/imports/api/properties/SlotFillers.js';
import { ComputedSpellSchema } from '/imports/api/properties/Spells.js';
import { ComputedSpellListSchema } from '/imports/api/properties/SpellLists.js';
import { ComputedToggleSchema } from '/imports/api/properties/Toggles.js';
import { ComputedTriggerSchema } from '/imports/api/properties/Triggers.js';
const propertySchemasIndex = {
action: ComputedActionSchema,
@@ -51,6 +52,7 @@ const propertySchemasIndex = {
spellList: ComputedSpellListSchema,
spell: ComputedSpellSchema,
toggle: ComputedToggleSchema,
trigger: ComputedTriggerSchema,
container: ComputedContainerSchema,
item: ComputedItemSchema,
any: new SimpleSchema({}),