Change 'Projects' into 'Interviews'

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:

  1. Use FTP or whatever you like to change the folder name from projects into interviews. (The panel does nothing else)
  2. Have a look at the blueprint of the projects page. In this case the blueprint (and template) is also called projects: https://github.com/getkirby/starterkit/blob/master/site/blueprints/projects.yml.
    I this blueprint, the url option is set to false, so that the url cannot be changes from the panel. Simply change the option to true to 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.