Hi,
I want to extend category controller of a field of type "switch" - [value = 1 or 0]
My questions:
1. Can I create new table in database with id, id_category, value, do I have to unconditionally enter additional values to the table ps_category ?
2. If I can make it through another table, how can I save these values using overwriting the controller ?