Hey there,
I want to extend a simple text field inside Kirby::plugin
, using this:
'fields' => [
'myfield' => [
'extends' => 'text',
'props' => [
'icon' => 'home',
],
],
],
… but that doesn’t work - it should just be a text field with the specified icon -.-
thx!