Problem/Motivation
Currently, the module does not support headless sites, as these need to be able to register both the backend and frontend URLs.
Proposed resolution
Add support to the current functionality so that the frontend URL can also be registered for each multisite.
Issue fork multisite_manager_tool-3548109
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #5
alexismmd commentedThank you @julianvj for this great contribution!
I've reviewed the MR and made the fixes to pass the CI pipeline.
Since this MR introduces significant new features (configuration entity, JSON:API exposure, headless support, site reconciliation), I've created a new `2.0.x` branch and retargeted the MR accordingly. The release will be tagged as `2.0.0-beta1`.
Comment #6
alexismmd commented