Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.