Created blueprint under: “themes/MYTHEME/blueprints/single-news.yaml”
title: News
'@extends':
type: default
context: blueprints://pages
form:
fields:
tabs:
type: tabs
active: 1
fields:
options:
type: tab
fields:
taxonomies:
fields:
header.taxonomy.category:
validate:
required: true
It doesn’t work. I also checked admin plugin repo source codes and couldn’t find anything regards on how the fields are named in yaml, in order to override/extend them.