Hi!
I want to have page header as below that will be make by blueprint
title: notes
content:
items:
'@taxonomy.category': notes
I create a simple blueprint:
title: notes
'@extends':
type: default
context: blueprints://pages
form:
fields:
tabs:
type: tabs
active: 1
fields:
notes:
type: tab
title: Custom
fields:
header.content.items:
type: textarea
yaml: true
label: Items
default: {'[email protected]': notes}
validate:
required: true
type: string
And when i create a page and look to my custom tab i see
'@taxonomy.category': notes
But after i save this page i see wrong code which not works:
title: test
content:
items: '''@taxonomy.category'': notes'
What i do wrong?
P.S: Sorry for my English)