Added summary field back to spell form

This commit is contained in:
Stefan Zermatten
2022-03-08 13:17:39 +02:00
parent e7f718c785
commit 12fc9b1be3

View File

@@ -222,6 +222,14 @@
</v-slide-x-transition>
</v-col>
</v-row>
<inline-computation-field
label="Summary"
hint="This will appear in the action card in the character sheet, summarise what the action does"
:model="model.summary"
:error-messages="errors.summary"
@change="({path, value, ack}) =>
$emit('change', {path: ['summary', ...path], value, ack})"
/>
<inline-computation-field
label="Description"
:model="model.description"