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.
1 parent 5d18914 commit 9ee167bCopy full SHA for 9ee167b
src/Resources/MenuResource.php
@@ -73,7 +73,7 @@ public static function form(Form $form): Form
73
->maxLength(255)
74
->helperText(flexiblePagesTrans('menus.form.name_help')),
75
76
- CodeField::create()
+ CodeField::create(true)
77
->helperText(flexiblePagesTrans('menus.form.code_help')),
78
];
79
0 commit comments