bwein-net / contao-gallery

1 stars 0 forks source link

Eliminating "items" in URLs #2

Open lebleucleu opened 6 days ago

lebleucleu commented 6 days ago

Thanks for your helpful extension!

In my case it generates URLs like example.org/werke/items/neue-galerie.html I would prefer URLs like example.org/werke/neue-galerie.html

The Contao setting "Auto_item" eliminates "items" automatically as far as i know and it is activated in Contao 5.3 by default. Is it possible to have URLs without "items"?

rabauss commented 6 days ago

This might be a bug with contao 5.3 because I haven't fully tested the extension with contao 5.3. I will check that in the next days.

Obviously, it needs to be refactored to ContentUrlGenerator and eliminate the config check for auto item here: https://github.com/bwein-net/contao-gallery/blob/4e722f37ffb1fcf22a8286e56692900bb4d12ec7/src/Renderer/GalleryUrlRenderer.php#L64