Hello. I have a new install of D9, installed via Composer. I tried to install modules via Composer, but got an error message, looks like its related to SSL certs. I did also try to install via the browser/Extend/Install and got a CURL 77 error. But I would specifically like help about getting Composer to install modules.
Trying to build a related articles control that allows the user to pick related content (page type = article) up to 3. I'm trying to prevent reentry of content to display title, teaser, and page image. I assume I'm using a Reference Content field that allows multiple values. Does anyone have a good example of how to put that in my twig template? Not sure of the syntax.
Playing around with forms and ajax but ran into problems. When I add a form element before the ones that should be added dynamically it's stops working if the element is required. I thought I could solve it by skipping required and validate instead but it gave the same result (and I do like to have the red star :-).
I'm to much of a rookie in Drupal 8/9 to have any clue on how to solve this so I really hope there is someone with a solution.