It’s easy enough to transfer custom blocks to the new custom block format, what i need is a way to convert this:
{
"attrs": [],
"content": "Sequencer Favorites",
"id": "_4t1trkqvr",
"type": "section-header"
}
to this:
{
"content":
{
"text":"Channel Options"
},
"id":"2077fd74-faf9-4341-8859-0da5d351117a",
"isHidden":false,
"type":"section-header"
}
with some convoluted find/replace function or something
at the very least it’d be good to know if it’s possible for me to generate the UUIDs kirby uses now, so i can just write some python script to do this for me