I want to use the ‘projects’ functionality for ‘interviews’. But there is no ‘change url’ button in the projects page settings. How do I change the URL from /projects/ into /interviews/?
I assuming that you’re talking about the kirby starterkit.
Now you have two options:
- Use FTP or whatever you like to change the folder name from
projectsintointerviews. (The panel does nothing else) - Have a look at the blueprint of the
projectspage. In this case the blueprint (and template) is also calledprojects: https://github.com/getkirby/starterkit/blob/master/site/blueprints/projects.yml.
I this blueprint, theurloption is set tofalse, so that the url cannot be changes from the panel. Simply change the option totrueto re-enable the button.
For more information on that topic, see the documentation: https://getkirby.com/docs/panel/blueprints/page-settings#options
Thanks! Option 2 did the trick. But I also had to change ‘projects’ into ‘interviews’ in line 3 of the showcase.php snippet. Otherwise i get an error.