0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-14 13:58:53 +08:00
discourse/plugins/discourse-calendar/spec/models/discourse_post_event
Bannon Tanner 932946d5d4
FEAT: add images to post event events (#38643)
Adds image support to Discourse post events in the calendar plugin.
Users can attach an image to an event in the modal and it will display
above the event as a banner. It will also cook that image into the
post/topic `image_upload_id` so that things like topic list images will
display properly.

Also adds the image and some attributes to the webhook payload.

---------

Co-authored-by: Ty Correll <tytekkit@gmail.com>
2026-04-13 09:45:06 -05:00
..
event_date_spec.rb FEAT: add all_day option to calendar events (#38511) 2026-03-18 11:29:30 -05:00
event_spec.rb FEAT: add images to post event events (#38643) 2026-04-13 09:45:06 -05:00
user_spec.rb