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

[engine] Add routing capability out of the box #1622

Closed
sumerjabri opened this issue Nov 17, 2017 · 1 comment
Closed

[engine] Add routing capability out of the box #1622

sumerjabri opened this issue Nov 17, 2017 · 1 comment

Comments

@sumerjabri
Copy link
Member

sumerjabri commented Nov 17, 2017

Add a routing capability where content authors can easily specify custom URLs which internally forward to pages.

At a high-level, it's a known descriptor location, if present we use it. Descriptor format is URL-in <=> InternalURL. E.g.

/today          _maps_to_               /news/2017/11/11/coolstuff/index.xml
/(*)fun(*)      _maps_to_               /$1/fun/$2

We can discuss design when ready to tackle this.

@sumerjabri
Copy link
Member Author

Dupe of #2341

@sumerjabri sumerjabri added this to Completed in Crafter CMS v3.1 via automation Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Crafter CMS v3.1
  
Completed
Development

No branches or pull requests

1 participant