We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29dabb3 + 3a05e34 commit 24fc39bCopy full SHA for 24fc39b
src/Scaffold/Console/controller/config_list.stub
@@ -50,3 +50,14 @@ toolbar:
50
# Search widget configuration
51
search:
52
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
@@ -6,7 +6,7 @@ use Exception;
6
/**
7
* {{studly_name}} Report Widget
8
*
9
- * @link https://docs.octobercms.com/4.x/extend/backend/report-widgets.html
+ * @link https://docs.octobercms.com/4.x/extend/dashboards/report-widgets.html
10
*/
11
class {{studly_name}} extends ReportWidgetBase
12
{
0 commit comments