Starterkit: change *.php to *.yml for all blueprint files?

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

@distantnative:

Another question:
I can not find

size:  large

at https://getkirby.com/docs/cheatsheet/panel-fields/textarea

Is this a possible property of

  text:
         label: Text
         type:  textarea

at https://github.com/getkirby/starterkit/pull/57/commits/01d023fc4c399fbb5b76b2007695d642617468a6 ?

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?