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

v0.1.0 2022-09-02 08:15 UTC

This package is auto-updated.

Last update: 2024-04-30 00:56:34 UTC


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.