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 @@
-
+
@@ -35,7 +34,7 @@
- {{ model.name }}
+ {{ model.name || propertyName }}
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/app/imports/ui/properties/viewers/FeatureViewer.vue b/app/imports/ui/properties/viewers/FeatureViewer.vue
index db226427..59fda96d 100644
--- a/app/imports/ui/properties/viewers/FeatureViewer.vue
+++ b/app/imports/ui/properties/viewers/FeatureViewer.vue
@@ -3,10 +3,7 @@
-
+
diff --git a/app/imports/ui/properties/viewers/shared/PropertyDescription.vue b/app/imports/ui/properties/viewers/shared/PropertyDescription.vue
index aa79736c..afd4c0e9 100644
--- a/app/imports/ui/properties/viewers/shared/PropertyDescription.vue
+++ b/app/imports/ui/properties/viewers/shared/PropertyDescription.vue
@@ -1,5 +1,6 @@
{{ tagString }}
@@ -13,7 +14,8 @@ export default {
tags: {
type: Array,
default: () => [],
- }
+ },
+ noMargin: Boolean,
},
computed:{
tagString(){