medienbaecker / kirby-link-field

29 stars 2 forks source link

'type is not defined' inside structure field #4

Closed S1SYPHOS closed 5 years ago

S1SYPHOS commented 5 years ago

Hey there, I'm encountering the same problem as #2, but with a (regular) structure field - but what's weird, a while ago it did work and I added some entries, and those are still displayed correctly.

The blueprint in question looks like this:

      slider:
        label: Slider
        type: structure
        fields:
          title:
            label: Title
            type:  text
          link:
            label: Link
            type: link
          text:
            label: Text
            type:  textarea
medienbaecker commented 5 years ago

I noticed the same issue and posted on the forums: https://forum.getkirby.com/t/field-not-working-in-structure/13075

Unfortunately I didn't find out how to fix it yet. I'll keep you updated, though.

S1SYPHOS commented 5 years ago

You're too kind, thank you!

medienbaecker commented 5 years ago

Fixed! ✌