When adding commerce_product forms to a custom modules implementation of hook_gin_content_form_routes()
The product forms are shown with the content form layout, however the 'published' checkbox is not moved to the top sticky bar like it is for other content forms.
Code I'm using:
function MYMODULE_gin_content_form_routes() {
return [
'entity.commerce_product.edit_form',
'entity.commerce_product.add_form',
];
}
See screen shot for what is shown.
Active
3.0
User interface