@edmond_brakus
To stop the slug generation in OctoberCMS, you can follow these steps:
For example, your 'staticPages'
section should look like this after making the change:
1 2 3 4 |
'staticPages' => [ 'permalink' => false, // other options... ], |
By following these steps, you will disable the slug generation for static pages in OctoberCMS, and the URLs will no longer include the automatically generated slugs.