TimOetting/kirby-builder

Bug: required attribute ignored

andreasotto opened this issue · 1 comments

blueprint:

                            imgtoggle:
                                label: Bild oder Icon
                                type: select
                                default: icon
                                required: true
                                options:
                                    icon: Icon
                                    img: Bild

The required-Attribute is ignored. The select-Field isn't mandatory although required is true.

Closing this issue because this plugin will no longer be maintained, as its main functionality can be replaced by Kirby's built-in Blocks Field and Layout Field.