Section config

As I’m developing some templates, I’m finding places where it would be very helpful to have config files per section. That would allow each section to identify the type of content it contains, which would then be inherited by all of the pieces of content.

I don’t understand what that would look like.

Apart from the inheritance, which I hadn’t thought about (great idea), this boils down to the “nodes should have front matter” discussion and issue which should solve many, many problems.

@bep Exactly. Most of the time each node tree will have similar content, so being able to set front matter globally for that tree makes managing those things much easier.

See Node Improvements discussion for more on this topic.