cofoundry-cms / cofoundry

Cofoundry is an extensible and flexible .NET Core CMS & application framework focusing on code first development
https://www.cofoundry.org
MIT License
835 stars 146 forks source link

Pages / Directories: Increase maximum url slug length #466

Closed HeyJoel closed 3 years ago

HeyJoel commented 3 years ago

Currently pages and directory slugs are limited to 64 and 100 characters respectively. In rare cases paths may need to be longer, so I'd suggest expanding this to 200 characters.

HeyJoel commented 3 years ago

Fixed, the limit for both directories and pages has been increased to 200 characters. This will be released in v0.10