contao / contao-manager

Contao Manager
GNU Lesser General Public License v3.0
83 stars 33 forks source link

enhancement: Link to Backend in CM should change according to config.yml #770

Closed Ernestopheles closed 1 year ago

Ernestopheles commented 1 year ago

in config/config.yml we can change the URL to access the Contao Backend like this:

backend: route_prefix: "/<mySuffix>"

This does not effect the Backend link inside CM at the moment.

I seldom use this link, but it is an inconsistency, anyway.

Ernestopheles commented 1 year ago

double with #769