I am using the modules plugin, and so far it’s been working great.
Today however, I tried creating a module that itself included other modules.
In my default blueprint I have the following:
title: Default
pages: true
template:
- module.accordion
- module.text
- module.boxes-four
...
In the module blueprint I have the following:
title: Boxes Four Module
pages: true
max: 4
templates:
- module.rechner
- module.box-advantage-list
...
In the Boxes Four module, when I go to add a subpage all the modules are available, not just the ones I’ve listed in the Boxes four template.
is this a bug? Am I doing something wrong?
Any help would be appreciated.