sylvainjule / kirby-imageradio

Add illustrations to Kirby's radio buttons. Kirby 3 and 4.
59 stars 6 forks source link

Native multilang functionality #13

Closed squareclouds closed 3 years ago

squareclouds commented 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

squareclouds commented 3 years ago

UPDATE: after updating to kirby 5.3.1 everything works!!