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 fad22f3 + 9ee167b commit 4b39e75Copy full SHA for 4b39e75
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