diff --git a/app/imports/api/properties/Actions.js b/app/imports/api/properties/Actions.js index 38fedd42..338aae49 100644 --- a/app/imports/api/properties/Actions.js +++ b/app/imports/api/properties/Actions.js @@ -13,6 +13,10 @@ let ActionSchema = new SimpleSchema({ type: String, optional: true, }, + summary: { + type: String, + optional: true, + }, description: { type: String, optional: true, diff --git a/app/imports/ui/creature/creatureProperties/CreaturePropertyDialog.vue b/app/imports/ui/creature/creatureProperties/CreaturePropertyDialog.vue index fa69f25f..905c13f4 100644 --- a/app/imports/ui/creature/creatureProperties/CreaturePropertyDialog.vue +++ b/app/imports/ui/creature/creatureProperties/CreaturePropertyDialog.vue @@ -35,7 +35,7 @@