Removed trigger.summary

This commit is contained in:
Stefan Zermatten
2022-08-15 12:29:58 +02:00
parent 36b3b80850
commit a8f163ff33
4 changed files with 40 additions and 54 deletions

View File

@@ -111,15 +111,6 @@
$emit('change', {path: ['condition', ...path], value, ack})"
/>
<inline-computation-field
label="Summary"
hint="This will appear in the feature card in the character sheet"
:model="model.summary"
:error-messages="errors.summary"
@change="({path, value, ack}) =>
$emit('change', {path: ['summary', ...path], value, ack})"
/>
<inline-computation-field
label="Description"
hint="The rest of the description that doesn't fit in the summary goes here"