First I’d like to emphasize that I am completely aware of setting modular page order in the YAML header as such:
content:
items: '@self.modular'
order:
by: default
dir: asc
custom:
- _showcase
- _highlights
- _callout
- _features
My post is in regard to using the dashboard / gui. I’m trying to establish a modular template driven site so that my users can build most pages for themselves.
Figure 1 (below) you will see a subset of my modular page layout.
Figure 2 (below) is the gui for ordering pages amongst their peers. The page called History & Highlights is the first modular template in the tree and is easily re-ordered with the drag and drop interface, marker A.
Figure 3 (below) is taken from the Advanced tab of one of the module pages that is subordinate to History & Highlights. For marker A - is there any way to enable a drag and drop page ordering for a module amongst its peers as it is done with its parent as in Figure 2?
Possible Bug:
Enabling Folder Numeric Prefix as in Figure 3 marker B (above), will definitely rename the directory of the page, prefixing it with a number. However, when enabling it on a peer sub-modular page, it will again prefix the directory but without incrementing the number! See in Figure 4 (below) a screen shot of my directory tree in my code editor (Sublime Text). The page directories were all prefixed with 01.
Appreciative of responses.