I have a TYPO3 v10.4.15 installation. In there, for some reason, only my "Admin" users have access to the "URL segment" field, where users can define or update the route to the page they are editing.
EDIT PAGE "MyPage"
Text fields:
Title
Page Title
URL Segment <----------------------------------- this field is missing for non-admins
Alternative Navigation Title
Subtitle
Is there an option to enable this for non-admins?
I know there are TSConfig options to enable non-admins to flush the CMS cache (enabling the lighting icon in the backend), an option for non-admin-users to use the "Import" context menu (to import .t3d files), and option to use the file upload feature:
options.defaultUploadFolder = 1:
options.impexp.enableImportForNonAdminUser = 1
options.clearCache.pages = 1
# magic option to enable URL Segment field = ??
Perhaps there is a similar option to edit URL segments, and I just did not see it? Or some other parameter? It does not have to be an option.