- 🇺🇸United States pookmish
By changing the edit form to not use the admin theme, it is possible to use the default theme instead of the admin theme. This can be done by altering the existing route → .
protected function alterRoutes(RouteCollection $collection): void { if ($route = $collection->get('entity.mailchimp_campaign.edit_form')) { $route->setOption('_admin_route', FALSE); } }
- Status changed to Closed: won't fix
16 days ago 2:47pm 10 July 2025 - 🇺🇸United States xenophyle
Thanks for submitting this ticket — and sorry we didn’t get back to you about it sooner. We are cleaning up old issues and issue for old versions and are going to close this one. If this issue is still relevant for you, please re-open it and update the “Version” field, and include any updates to the behavior you are seeing.With a smaller issue queue, we’ll have an easier time getting back to you.