monsieurbiz / SyliusCmsPagePlugin

A Sylius plugin to manage your CMS pages
MIT License
37 stars 25 forks source link

Allows 2 pages to have the same slug depending on channel and locale #55

Closed delyriand closed 1 year ago

delyriand commented 1 year ago

The PR allows you to create pages with the same slug for different channels and locales.

Example, for my "Fashion" channel:

image

image

And another page with same slug for my "Test" channel:

image

image

If I try to save my second page with the "Fashion" channel: image

Or create a new page with same "context": image

Add channel column and filter in page grid: image