yireo/magento2-theme-by-route

Assign a specific theme to specific routes

Fund package maintenance!
yireo
www.paypal.me/yireo

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Type:magento2-module

1.0.0 2025-09-09 08:00 UTC

This package is auto-updated.

Last update: 2025-09-09 11:07:19 UTC


README

Magento 2 module to allow a file app/etc/theme.json to determine which theme needs to be loaded for which route.

Installation

@todo

Configuration

Create a file similar to the following:

{
  "Loki/luma": [
    "cms/index/index"
  ]
}