I created my video.yaml file under “user/themes/MYTHEMENAME/blueprints”, contents of its file:
title: Video
'@extends':
type: default
context: blueprints://pages
form:
fields:
tabs:
type: tabs
active: 1
fields:
gallery:
type: tab
title: Gallery
fields:
header.txf:
type: text
label: Add a number
default: 5
validate:
required: true
type: int
header.sb:
type: select
label: Select one of the following
default: one
options:
one: One
two: Two
three: Three
Cleared all caches, but i still don’t see that tab under “/admin/pages” or “/admin/pages/home” advanced tab. What’s wrong? Is it bug?
could you describe the steps you did? I just tried clean installation of woo theme again, installed admin plugin, created “user/themes/mytheme/blueprints/page.yaml”, added yaml code from example, went to admin and nothing!