Hello all,
we started building a Kirby website before the release of 3.5. and used the kirby-builder plugin to create a more “complex” page structure. admittedly, we have not been able to work on the website for a while.
now version 3.5. has been released and the builder has moved into the core.
I think we have done the “migration”, but there seem to be problems now.
after i made a small content change, the following error message appears and the text file for the content has changed as follows.
Kirby \ Exception \ InvalidArgumentException (error.invalidArgument)
Invalid structure data for “sectionfields” field on parent “Home”
before:
Mybuilder:
-
sectionfields:
-
text: Ab hier geht der ContentBuilder los
identifier: ""
class: ""
paddingtop: ""
paddingright: ""
paddingbottom: ""
paddingleft: ""
margintop: ""
marginright: ""
marginbottom: ""
marginleft: ""
style: ""
container: ""
grid: 'false'
bgcolor: ""
bgimg: [ ]
parallax: 'false'
animation: ""
bgvideo: ""
_key: bodytext
_uid: bodytext_1602016526581_3589
csssettings: null
paddingsettings: null
marginsettings: null
stylesettings: null
bgsettings: null
effectsettings: null
identifier: ""
class: ""
paddingtop: ""
paddingright: ""
paddingbottom: ""
paddingleft: ""
style: ""
container: container
grid: 'false'
bgcolor: ""
bgimg: [ ]
parallax: 'false'
animation: ""
bgvideo: ""
_key: section
_uid: section_1602016524185_3391
csssettings: null
paddingsettings: null
stylesettings: null
bgsettings: null
effectsettings: null
after:
Mybuilder: [{"content":{"sectionfields":"[{\"content\":{\"text\":\"Ab hier geht der ContentBuilder los\",\"identifier\":\"\",\"class\":\"\",\"paddingtop\":\"pt-1\",\"paddingright\":\"\",\"paddingbottom\":\"pr-1\",\"paddingleft\":\"\",\"margintop\":\"\",\"marginright\":\"\",\"marginbottom\":\"\",\"marginleft\":\"\",\"style\":\"\",\"container\":\"\",\"grid\":\"false\",\"bgcolor\":\"\",\"bgimg\":[],\"parallax\":\"false\",\"animation\":\"\",\"bgvideo\":\"\",\"start\":\"\",\"breite\":\"\",\"zeile\":\"\",\"ausrichtung\":\"\",\"anzeige\":\"\",\"startsm\":\"\",\"breitesm\":\"\",\"zeilesm\":\"\",\"ausrichtungsm\":\"\",\"anzeigesm\":\"\",\"startmd\":\"\",\"breitemd\":\"\",\"zeilemd\":\"\",\"ausrichtungmd\":\"\",\"anzeigemd\":\"\",\"startlg\":\"\",\"breitelg\":\"\",\"zeilelg\":\"\",\"ausrichtunglg\":\"\",\"anzeigelg\":\"\",\"startxl\":\"\",\"breitexl\":\"\",\"zeilexl\":\"\",\"ausrichtungxl\":\"\",\"anzeigexl\":\"\",\"startxxl\":\"\",\"breitexxl\":\"\",\"zeilexxl\":\"\",\"ausrichtungxxl\":\"\",\"anzeigexxl\":\"\"},\"id\":\"d08218f4-931d-4973-ae24-f9f1f7cf61ab\",\"isHidden\":false,\"type\":\"bodytext\"}]","identifier":"","class":"","paddingtop":"","paddingright":"","paddingbottom":"","paddingleft":"","style":"","container":"container","grid":"false","bgcolor":"","bgimg":[],"parallax":"false","animation":"","bgvideo":""},"id":"38524251-8e18-4e16-bc85-117dd764b9bf","isHidden":false,"type":"section"}]
Does anyone have an idea what the problem is and how we can solve it?
Thank you!