Hi,
I have a settings page contact that stores a ct_locatie (map). I will use this value as standard in a custom field, but it doesn’t work. Any ideas how to fix this?
[
'name' => __( 'Map', 'your-text-domain' ),
'id' => $prefix . 'loc_map',
'type' => 'osm',
'address_field' => 'loc_map-adres',
'std' => rwmb_meta( 'ct_locatie', ['object_type' => 'setting'], 'contact'),
],