Launching an AJAX modal from a WYSWIYG link and customising the response with MainContentRendererInterface in Drupal 8
On a recent project a feature was requested to allow admins to launch some content within a modal window from the WYSWIYG on a Drupal 8 website. The goals were as follows:
- Open any content on the site in a modal window.
- Fall back to a plain link for search engines and non-js based browsers.
- Implement a branded modal design.
This is how we accomplished it.



