[SIS-xxx] upgrading to abstracto version supporting components v2

changing meetup and quote command responses to use components v2
changing column name of quote attachment
This commit is contained in:
Sheldan
2025-07-13 20:09:45 +02:00
parent 5f6df14c24
commit be35a84dcf
33 changed files with 248 additions and 171 deletions

View File

@@ -0,0 +1,5 @@
${topic?json_string} - <@format_instant_long_date_time instant=meetupTime/>
${description?json_string}
<#if hasLocation>https://www.google.com/maps?q=${location?json_string}</#if>

View File

@@ -1,3 +1,2 @@
Time: ${time} ${timeRelative}
Link: [here](${link})
Meetup Topic: `${topic?json_string}`

View File

@@ -0,0 +1,3 @@
Description: ${descriptionText}
Organized by: ${organizerText}

View File

@@ -1,11 +0,0 @@
Time: ${time} ${timeRelative}
<#if descriptionText?hasContent>Description: ${descriptionText}</#if>
Organized by: ${organizerText}
Participants: ${participantsText}
Maybe: ${maybeParticipantsText}
Declined: ${declinedParticipantsText}
No time: ${noTimeParticipantsText}