Hello!
Is there a simply way to modify a custom page header field, something as simple as
$a_specific_page_markdown->set('header.custom_field') = $updated_value;
or even better with twig:
{% a_specific_page.header.custom_field = updated_value %}
I've looked into the admin preparePage() function but I'm not skilled enough to use it for my purpose (and it updates the whole page, I just need to update a specific custom page header)