Since Kirby 2.2 (http://getkirby.com/blog/kirby-2-2-0) we can use filenames like *.yml
or *.yaml
for our blueprint files.
This is very fine to benefit from automatic syntax highlighting in many editors.
What’s about changing the filenames of the blueprint files in the demo content of the Kirby’s Starterkit from *.php
to *.yml
?
And deleting the first line (“<?php if(!defined('KIRBY')) exit ?>
”) in these files of course…
Thanks for the feedback. I have created a feature request on GitHub.
1 Like
It has been in the blueprints of the starterkit for quite some time. But I actually think it’s not really an option of the textarea field.
1 Like
The reason might be that it was a valid option in Kirby 1 times. Maybe we should remove it from the starterkit.
2 Likes
Yes, we should. The textarea field is autosizing anyway, so such an option does not make sense.
2 Likes
Thanks from all Kirby newbies and me!
@all:
Please create a feature request on GitHub for the blueprints: error.* and home.*
Thanks @texnixe for your PR https://github.com/getkirby/starterkit/pull/60!
But whats about the other *kits like https://github.com/getkirby/langkit?
Are they updated depending on starterkit?