Hi folks (Klas!!)
Just checking myself here...
So using beforestore/beforerender I can retrieve from 'values' i.ie.
$config['storages']['#__cck_store_form_somecontenttype']->values['some_json_field']['some_value'] = 'stored value';
But am I able to assign values here so that they get stored? Continuing from above example
$config['storages']['#__cck_store_form_somecontenttype']->values['some_json_field']['some_value'] = 'new value';
It seems '$config['storages']['#__cck_...']->values' is for retrieving information, not storing information.
Is that correct?
Jon