Hi, is it possible to query a field value from another page as default value.
For SEO reasons I would like to query the description value of the site for subpages as default value, in order to adjust the description if necessary.
Something like this:
fields:
description:
label: Description
type: textarea
default:
query:
page: site
value: '{{description}}'
If not possible with the ‘site’, I could move the description field to the ‘home’ blueprint.