mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-07 15:53:29 +08:00
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> |
||
|---|---|---|
| .. | ||
| discourse_calendar | ||
| discourse_post_event | ||
| tasks | ||
| calendar.rb | ||
| calendar_first_day_of_week.rb | ||
| calendar_settings_validator.rb | ||
| calendar_upcoming_events_default_view.rb | ||
| calendar_validator.rb | ||
| event_validator.rb | ||
| group_timezones.rb | ||
| holiday_status.rb | ||
| time_sniffer.rb | ||
| users_on_holiday.rb | ||