salz.ch is the website of Swiss Saltworks and their main marketing tool as well as a B2C web shop. The website consolidates several previously independent websites and technologies in a modern headless experience platform combining Drupal and Magento with a state-of-the-art Nuxt.js (Vue.js) front end.
I have a page (form) that I've created a twig template for, it's called `form--edit-communication-method-form.html.twig`, it loads in my actual form items as well as some other markup to polish everything up. However, now I need to present this form in a modal, and I'm attempting to do so by loading the form like so
I want to have an ID in my URL and the controller of my module should take the ID from the URL and display it. If the ID is changed in the browser and the side is reloaded, the page should print out the new ID. My problem is, that I can't get the ID out of the URL.
I am a beginner in Drupal. I have to implement the RDF concept in Drupal 8 for a new project. Could you please guide me how to achieve the same? Kindly help me on this.
Note: I have tried to install RDFUI. But that installation throws some errors. It is not working as it is explained in the documentation.