Skip to content

Commit 24fc39b

Browse files
committed
Merge branch '4.x' into develop
2 parents 29dabb3 + 3a05e34 commit 24fc39b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
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

src/Scaffold/Console/reportwidget/reportwidget.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use Exception;
66
/**
77
* {{studly_name}} Report Widget
88
*
9-
* @link https://docs.octobercms.com/4.x/extend/backend/report-widgets.html
9+
* @link https://docs.octobercms.com/4.x/extend/dashboards/report-widgets.html
1010
*/
1111
class {{studly_name}} extends ReportWidgetBase
1212
{

0 commit comments

Comments
 (0)