Added rendering of Event Images

This commit is contained in:
Torsten Schulz
2025-05-07 11:55:27 +02:00
parent b9ba08f91f
commit bb4f490bb1
6 changed files with 67 additions and 11 deletions

View File

@@ -94,6 +94,13 @@
></multiselect>
</td>
</tr>
<tr>
<td colspan="2"><label><input type="checkbox" v-model="onHomepage">Auf der Startseite anzeigen</label></td>
</tr>
<tr>
<td>Zugewiesenes Bild:</td>
<td><img v-if="assignedImage != null" :src="getImagePath" /><button @click="removeImage">Bild entfernen</button></td>
</tr>
<tr>
<td colspan="2"><button type="submit">Speichern</button></td>
</tr>