Hi,
I use a content_module tag in a template. That module generates an array value so I have to convert into a string before saving.
The only way I found to modify this value, is to use the ContentEditPre event with my module, but the params parameter is protected, so I can't read/edit values.
Is there any way to alter page data when you edit a page, between the instant where you click on the 'save button', and the instant where the data is saved in the database ?
Thanks
ContentEditPre / protected mProperties
Re: ContentEditPre / protected mProperties
You most likely will need to be more specific as to what you are trying to do before getting help...