Replies: 2 comments 2 replies
-
All you have to d is to change the name of the modules in the template to match |
Beta Was this translation helpful? Give feedback.
2 replies
-
With a little bit of luck there might be ideas to avoid cumbersome UIs. It could be solved in a similar way as in this template from Joomla51: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary:
Currently, a module can be assigned to a maximum of one module positions, regardless of how many templates are installed. I propose to allow one module position per template installed.
Motivation:
There are a number of use cases where the current solution is way too inflexible and leads to a lot of unnecessary work for webmasters, especially if the site has numerous modules.
Use Cases:
Implication:
Currently, there is a 1:1 association between module and module position. This structure should be changed to a 1:n association.
Beta Was this translation helpful? Give feedback.
All reactions