Hi,
I writing an extension which has to be available for all subclassess of page and page itself. So in that s the way I extend the page class:Object::add_extension('Page', 'ProductExtension');
ProducExtension has a db-field (buyable=>Boolean)
with updateCMSFields I add a checkbox field to the field list. It's now displayed in every subclass of page. But I can not save it.
Extending the subclasses too is working if i do not extend class page...
any sugestions? thx in advance