@rhukster - Yeah but it would be more handy if I don’t need to set each time for new blog post specific taxonomy and instead, Grav could automatically fetch only post type and not page type (based on template). So I could filter it like you can do it in twig by {% if page.template == 'post' %}
…so in front matter something along the way of:
content:
items:
post: true
Is there something existing I could reuse? Tried post: true and page.template: post but it doesn’t work this way