- π¬π§United Kingdom very_random_man
I think the problem here is that the row style is based on Fields instead of extending EntityRow which would include a view mode in the config and you could still do the exact same thing in the render except you'd also have the ability to use field formatting / theming. You could hook up the config form to available fields on the entity rather than the ones defined in the view.
- πΊπ¦Ukraine Ruslan Piskarov Kiev, Ukraine
Ruslan Piskarov β made their first commit to this issueβs fork.
- @ruslan-piskarov opened merge request.
- πΊπΈUnited States bburg Washington D.C.
MR still seems to render a view mode that is named "ical". For this, I'm just struggling how to reconcile rendering fields in the theme layer, and applying any views re-writes, and then feeding those values to the iCalendar object. This was actually possible in the legacy display handler, which did use a twig template, but the eluceo/ical package does a lot of the heavy lifting for us to properly generate an iCal feed here. This might require a deeper dive into re-architecting this module than I have time for at the moment unfortunately, but I am happy to review any patches or merge requests that anyone posts.