Invalid field type fields/meta

Hi team :wave:!

Error calling custom field in Kirby version 4.3.0

This is my custom field.

:file_folder: Path: site/blueprints/fields/meta.yml

#= META
type: group
fields:
  seo_header:
    label: 🔗 SEO
    type: headline

  meta_titulo:
    label: Meta title
    type: text
    width: 1/2
  meta_image:
    label: Imagen para share (PNG or JPG)
    type: files
    width: 1/2

  meta_description:
    label: Meta description (Max 250 characters)
    type: textarea

:file_folder: Path: site/blueprints/pages/post.yml

title: Post

columns:
  main:
    width: 2/3
    sections:
      fields:
        type: fields
        fields:
          meta: fields/meta

See Reusing & extending blueprints | Kirby CMS

I await your response and help please.

Thank you very much.

Regards!

Looks good to me. But double-check your indentation.

1 Like

Hi @texnixe !

Ok, very well reviewed the topic of indexing.

Thank you very much.