prgfx / neos-pathsegment-edtor-fix
Resets defaults and adds options to customize special-character handling in the neos uri-path-segment editor.
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:neos-package
Requires
- neos/neos-ui: ^5 || ^7
README
Regenerating the path segment currently has some opinionated replacements (e.g.
&
to and
).
See the PR against the neos UI for details: neos/neos-ui!3167
composer require prgfx/neos-pathsegment-edtor-fix
This package resets these defaults and lets you configure custom defaults like that:
'Neos.Neos:Document': properties: uriPathSegment: ui: inspector: editorOptions: replaceCharacters: /: slash 💾: Neos.Neos:Main:save
When using translations, keep in mind that the value will be translated to the current interface language and not to the document language.