My company is responsible for developing a vertical scrolling list of donors to a shrine, that will scroll via mouse click and drag. The list will be displayed on a touch screen interface, so that visitors can just drag the list up and down to view the names. We have the list created, however, we are unsure of how we can make it " scrollable ".
I am working on a custom module that displays events. The events come from a remote service and I to set the breadcrumbs for the Events (list) page and the individual event page.
The individual event page works as intended (siteName/Events/EventName), however the event (list) page does not work (siteName/Events). Using devel_dump and echo, I am able to see what is executing, the _Construct executes, but the applies() method does not fire in my EventsBreadcrumbsBuilder class.
Hello and hope this is the appropriate forum section. I searched for my key words but no results. I am using Drupal 9
I may be making heavy weather of this. I have a node with several fields one of which I want to be hidden initially, with a tick box or radio button or similar that the user can click on to reveal the field's contents.
I have looked for Drupal modules to support this functionality for example Rules, but none seems a good fit. So diagrammatically: