Hi. I'm new to Drupal and finding the mapping modules a bit overwhelming. What I'd like to achieve is to create simple maps that display data from a WMS (web map service) or GeoJson feed. And I'd like to configure the features on the map with a popup with info from the service; for example - name and address. The documentation I'm seeing mostly shows how to map content that exists within Drupal.
In my taxonomy term I have a field called paragraph reference which the field type is Entity reference revisions and is referencing to the paragraphs I have created. On this taxonomy term page I just want to access this field and print the paragraphs. When I use devel I see these values but I have tried almost everything but cannot seem to access the field in page--taxonomy--term.html.twig . These are the following things that I have tried but getting no result:
{% for item in content.field_paragraph_reference %}
The City of Penticton is a busy urban centre, situated between two gorgeous lakes in the Okanagan Valley. The area is famous for sandy beaches and more than 80 lush vineyards typically packed with tourists in the hot summer months. With its popularity as a vacation spot, the City serves three distinct and important audiences: locals, businesses, and visitors. The municipal website is an important hub for these audiences to access information and connect with City services.
We have created about 100 forms using 3-item drop down lists. Our client would now like to change the drop downs to radio buttons. I’m curious if it’s possible change the field using some kind if find and replace in the database. I welcome any suggestions. Thanks so much!