Query field value fom another page as default value

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.

No, that’s not possible, unless you create a custom field.

1 Like

Okay,
thank you for fast reply!