Hey,
i just want to replace the kirby builder plugin with the core blocks.
i already changed the yaml data and the stuff is working in the backend as expected. The only problem is that my old(kirbybuilder) content files differ from the new content files.
Example:
Old:
Title: testpage
----
Modules:
-
footersnippetheadline: Just take my money!
footersnippetsubheadline: 'Hold on, we have a free plan, you don’t even have to pay. <br> We’d appreciate it a lot, tho!'
footersnippetbuttontext: I love free stuff
footersnippetbuttonurl: https://app.typestudio.co/
_key: landingpage__cta_footer
_uid: >
landingpage__cta_footer_1612317017496_595
----
new:
Title: modula
----
Text: [{"content":{"footersnippetheadline":"Testheadline","footersnippetsubheadline":"Testsubheadline","footersnippetbuttontext":"testbuttontext","footersnippetbuttonurl":"testurl"},"id":"9c74dbe0-9d46-4dd2-8d0f-f910336c622a","isHidden":false,"type":"cta__footer"}]
----
is there any way to kind of convert them? Or do i have to copy all the content from my old blocks inside the new blocks by hand?
Best
Marvin