The Illustrated Radios are very useful. Unfortunately I can’t get them working properly in a Builder field. When I select an option and save the page, the field is saved with the value ‘null’. Using the default radios field works as expected.
Am I the only one with this problem?
I used the plain-kit, the Builder Field and the Illustrated Radios Plugin.
Installed:
Kirby version 3.4.0
Builder Field Plugin version 2.0.1
Illustrated Radios Plugin version 1.0.2
Screenshot:
Blueprint:
title: Default Page
preset: page
fields:
radios:
label: Default radios
help: Default radios inside the page builder save selected choice
type: radio
gap: true
options:
one: Layout one
two: Layout two
three: Layout three
imageradios:
label: Image radios
help: Image radios outside the page builder save selected choice
type: imageradio
columns: 3
gap: true
ratio: 4/3
options:
one:
text: Layout one
image: 'block-mt_layout_1.png'
two:
text: Layout two
image: 'block-mt_layout_2.png'
three:
text: Layout three
image: 'block-mt_layout_3.png'
mybuilder:
label: Page Builder
type: builder
fieldsets:
mediatext:
name: Media & Text
fields:
radios:
label: Default radios
help: Default radios inside the page builder save selected choice
type: radio
columns: 3
options:
one: Layout one
two: Layout two
three: Layout three
imageradios:
label: Image radios
help: Image radios inside the page builder save null
type: imageradio
columns: 3
gap: true
ratio: 4/3
options:
one:
text: Layout one
image: 'block-mt_layout_1.png'
two:
text: Layout two
image: 'block-mt_layout_2.png'
three:
text: Layout three
image: 'block-mt_layout_3.png'
Content file:
Title: Home
----
Radios: one
----
Imageradios: one
----
Mybuilder:
-
radios: one
_key: mediatext
_uid: mediatext_1596182692134_157
imageradios: null