Skip to content

Commit 3a05e34

Browse files
committed
Adds structure example to list stub
1 parent 2a39a70 commit 3a05e34

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/Scaffold/Console/controller/config_list.stub

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,14 @@ toolbar:
5050
# Search widget configuration
5151
search:
5252
prompt: backend::lang.list.search_prompt
53+
54+
# List Structure (Optional)
55+
# structure:
56+
# # Allow collapsing of tree items
57+
# showTree: false
58+
#
59+
# # Allow items to be reordered
60+
# showReorder: true
61+
#
62+
# # Maximum reordering depth
63+
# maxDepth: 2

0 commit comments

Comments
 (0)