- Issue created by @imclean
- Merge request !4Set the display machine name to match the render array key. → (Merged) created by imclean
Currently the display machine name in commerce_pvt_entity_extra_field_info()
is commerce_pvt_field
while the the render array element in commerce_pvt_commerce_product_view()
is commerce_pvt
.
This mismatch means the position of the field can't be set in the UI.
The Commerce PVT field always appears outside the selected layout.
Set the display machine name and component name to the same as the render array element.
Active
2.0
Code