'roles' => array( 'user' => array( 'products' => array( 'read', 'edit' => array( 'product_properties', 'product_quantity' ) ), ), 'moderator' => array( 'products' => array( 'read', 'edit' => array( 'product_properties', 'product_materials', 'product_quantity', ) ), ), )as you see, I want to modify accesses in edit page. How can I make this possible?
It looks like you're new here. If you want to get involved, click one of these buttons!