Problems with blueprint?

It’s me again.

I ran into a new problem today. I added one field to a blueprint. It’s showing in the panel. I can save it, but it doesn’t update the .txt and when I try to set it to public it claims that the entry in the field is missing.

What am I missing here?

the blueprint:

Title: Distributor

columns:
    - width: 1/1
        sections:
            distributor-role:
                type: fields
                fields:
                    role-text:
                        label: Distributor role for Soilwise
                        type: textarea
                        required: true

The issue:

Thanks in advance

Field names must not contain other characters than alphanumeric and underscores; see Fields | Kirby CMS – your dash is the problem here.

@sebastiangreger Thank You. You were obviously 100% right.