prgfx / neos-pathsegment-edtor-fix
Resets defaults and adds options to customize special-character handling in the neos uri-path-segment editor.
Package info
github.com/PRGfx/Prgfx.Neos.PathSegmentEditorFix
Language:JavaScript
Type:neos-package
pkg:composer/prgfx/neos-pathsegment-edtor-fix
v0.1.0
2022-09-02 08:15 UTC
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.