-
Notifications
You must be signed in to change notification settings - Fork 11
Description
- remove
collectionconfig now that we can support more than one collection - to due the above, adjust the computed fields to loop through the new config (with multiple collections). Note they may not have an location fields set, which means the collections are values not keys
- add
locationas computed field maybe? - drop old version constraints (Forma/Statamic/Laravel). Only support Statamic v6 (and only the Laravel versions that supports) due to Vue3 CP
-
Upgrade fieldtypes to Vue3-> no Vue components - Make sure carbon v3 works the same for
Carbon::setWeekStartsAt(day: $weekStartDay) - [6.x] Remove use of deprecated
nesbot/carbonmethods #106 - Refactor the Ics downloads, duplicate code in the address/description/url fields
- remove
location_fieldconfig. If they want to customize, use a computed field. removelocation()method in Event.php - use Group field type for all "event" fields?
Post V6 tasks
- expose the collection/location_field config to the CP