The Municipal Insurance Association of British Columbia (MIABC) invests in communities across British Columbia so that they can invest in themselves. They aim to empower these unique communities by providing valuable insurance information, outreach programs, insurance policies and much more. They strive to meet their vision of a province in which communities not only have the means to grow, but also the freedom to thrive, enriching the lives of British Columbians in the process.
I'm trying to install modules with composer but I get this error:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- composer/semver 1.5.1 requires php ^5.3.2 || ^7.0 -> your php version (8.0.10) does not satisfy that requirement.
- drupal/core-recommended 8.9.8 requires composer/semver 1.5.1 -> satisfiable by composer/semver[1.5.1].
- drupal/core-recommended is locked to version 8.9.8 and an update of this package was not requested.
So I got this multi-cardinality field of type `text_long` which always contains 3 entries. Let's call them field_1, field_2 and field_3.
After saving the containing node, all the empty fields are getting stripped from the saved entity when they are empty, this is not what I want.
So whenever someone saves a value into one of the latter fields (let's say field_3) because the field_1 and field_2 are empty, the first 2 will not be saved and on subsequent node edits the values I put into field_3 are being shown in field_1.
I'm looking for a steer on how adding recurring schedules at the hour level can be achieved in Drupal. Is there anything in existence already?
Quick outline - we're aiming to recreate a similar level of control to that found in calendar applications, with one important variation, the ability to set intra-day recurrence down to the hour level, and be able to map that to a daily recurrence over days or weeks. This is part of a digital signage project.