Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prgfx/prgfx.neos.pathsegmenteditorfix
Resets defaults and adds options to customize special-character handling in the neos uri-path-segment editor.
https://github.com/prgfx/prgfx.neos.pathsegmenteditorfix
Last synced: 1 day ago
JSON representation
Resets defaults and adds options to customize special-character handling in the neos uri-path-segment editor.
- Host: GitHub
- URL: https://github.com/prgfx/prgfx.neos.pathsegmenteditorfix
- Owner: PRGfx
- License: gpl-3.0
- Created: 2022-09-02T08:15:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T08:16:36.000Z (about 2 years ago)
- Last Synced: 2024-11-16T13:49:26.036Z (4 days ago)
- Language: JavaScript
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prgfx.Neos.PathSegmentEditorFix
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](https://github.com/neos/neos-ui/pull/3167)> `composer require prgfx/neos-pathsegment-edtor-fix`
This package resets these defaults and lets you configure custom defaults like
that:
```yaml
'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.