Self-nested modules not showing in Browser #2463
Replies: 3 comments
-
Hi @Tom-revere, you can set |
Beta Was this translation helpful? Give feedback.
-
Thanks @ifox that worked perfectly! Just a suggestion, is it possible to indent the child pages in the Browser, so it looks similar to the Module listing table? As when you have a lot of pages, it could be hard to distinguish which are child pages, and which are not.
Thanks again! |
Beta Was this translation helpful? Give feedback.
-
@Tom-revere, Hi
|
Beta Was this translation helpful? Give feedback.
-
Description
I have created a 'Pages' module that allows self nesting using this, however when creating a Browser block it only shows top level Pages.
Steps to reproduce
<x-twill::browser module-name="pages" name="page" label="Page" :max="1" />
Expected result
The browser should show all pages, regardless of whether they are a parent or a child page.
Actual result
It only shows the parent pages in the Browser field
Versions
Twill: 8.0.1
Laravel: 9.52.4
PHP: 8.0
Beta Was this translation helpful? Give feedback.
All reactions