Update Blueprints from .php to .yml

Hi everyone

I just updated an older Kirby Page (I’m not sure about the original Kirby Version, the site is from march 2015) and recognize that the blueprints still have the .php suffix and also contain the first line <?php if(!defined('KIRBY')) exit ?>

Can I just rename the files to blueprint.yml and remove the first line? Or how should I proceed with this?

You can rename the files and remove the first line. Old files with the php extension do still work, though. I usually rename old files in new projects, though.

Thanks for the quick answer :ok_hand: