TimOetting / kirby-builder

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

Textarea icons missing inside Kirby-Builder #107

Closed jensfranke closed 2 years ago

jensfranke commented 5 years ago

Field-Definition:

label: Text
type: textarea
buttons:
  - link
  - email

Page-Definiton:

fields:
  text:
    extends: fields/textarea
  modules:
    label: Builder
    type: builder
    fieldsets:
      sectiontext:
        fields:
          text:
            extends: fields/textarea

Inside the Pagebuilder one icon is missing:

Bildschirmfoto 2019-03-24 um 09 23 36
jensfranke commented 5 years ago

The same problem is with fields of the type select, radio und checkbox.

Bildschirmfoto 2019-04-08 um 07 13 40

TimOetting commented 5 years ago

I could not reproduce this error with the current version 2.0.13. Can you confirm this?

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.