Closed squareclouds closed 3 years ago
I think this is a really helpfull plugin, but when trying
text: en: ... de: ...
the text variable throws an error. am I doing something wrong? same for the checkbox plugin.
ERROR: Undefined index: text in file: .../www/site/plugins/kirby-imageradio-master/lib/options/imageradio-options.php line: 69
line 69 would be: 'text' => $option['text'],
thanks in advance
UPDATE: after updating to kirby 5.3.1 everything works!!
I think this is a really helpfull plugin, but when trying
text: en: ... de: ...
the text variable throws an error. am I doing something wrong? same for the checkbox plugin.
ERROR: Undefined index: text in file: .../www/site/plugins/kirby-imageradio-master/lib/options/imageradio-options.php line: 69
line 69 would be: 'text' => $option['text'],
thanks in advance