Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TASK: Remove obsolete Routes.yaml #23

Merged
merged 1 commit into from Dec 20, 2016

Conversation

bwaidelich
Copy link
Member

@bwaidelich bwaidelich commented Dec 20, 2016

With version 4.0 Neos registers its own sub routes by default
via configuration (see neos/neos-development-collection#1343).

In order to change the "defaultUriSuffix" add the following to your
Settings.yaml::

Neos:
  Flow:
    mvc:
      routes:
        'Neos.Neos':
          variables:
            'defaultUriSuffix': ''

(an empty string will remove the suffix)

Related: neos/neos-development-collection#1343

With version 4.0 Neos registers its own sub routes by default
via configuration (see #1343).

In order to change the "defaultUriSuffix" add the following to your
`Settings.yaml`::

    Neos:
      Flow:
        mvc:
          routes:
            'Neos.Neos':
              variables:
                'defaultUriSuffix': ''

(an empty string will remove the suffix)

Related: #1343
@johannessteu johannessteu merged commit ba1c6b3 into neos:master Dec 20, 2016
@bwaidelich bwaidelich deleted the 1342-neos-routes-via-settings branch December 20, 2016 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants