'asset_kind' => function($fields, $id) {
$kind = get_post_field('asset_content_sections', $id);
$fields = $kind['radio_kind'];
return $fields;
},
Some of the errors:
Undefined index: radio_kind
Illegal string offset 'radio_kind'
Uninitialized string offset: 0
Dump of variable $kind
:
"asset_kind": [
{
"title": "das",
"content_blocks": [
{
"content": " dsadad \n",
"radio_kind": "right"
}
]
}
]