Hi there. Hopefully this is an easy one for some Twig experts out there. I'm making a View in D8. The page view I'm making uses a Contextual Filter. The Contextual Filter I am using is 'content: has taxonomy term ID'. In the section that says, 'When the filter value is in the URL or a default is provided' I'm trying to override the title to display the taxonomy term (the name, not the tid). In D7, you just added 1%. In D8, it's asking for Twig syntax, which I don't know. I searched to see if anyone has had the same question, but no luck. Thank you in advance for your time.
Touring is a leading player in travel and roadside assistance that positions itself as an all-round mobility partner. The organization provides services to over 3 million members. With over 700,000 annual responses to requests in Belgium and hundreds of employees, streamlined online and offline processes are key.
I have updated the core/themes/stable/templates/navigation/pager.html.twig markup due to our requirements and this has caused the ajax functionality to stop working.
I have found that the Ajax selector is in core/modules/views/js/ajax_view.js line 99 and I need to add a new selector to make Ajax work on my view.
I have one Drupal 8 installation and use the domain-access-module and the PWA module, to have two different front pages und two different themes via two totally different domains.
The PWA module only let me configure the service worker for one domain.
How can I get two PWAs working for both domains but with one drupal?
I have defined a content type that includes a custom field called index. That gives the indexposition to show the item in the total list of items (aka a sort of weight). How can I use Drupal Draggable Views to update my custom index field in my content whenever I drag the item to a new position?
It is important that is my custom field index because I am reading the content out of Drupal using the json:api module