TimOetting / kirby-builder

A site builder extension for Kirby CMS
398 stars 50 forks source link

Bug: required attribute ignored #146

Closed andreasotto closed 2 years ago

andreasotto commented 4 years ago

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.

TimOetting commented 2 years ago

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.