Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. /vendor/magento/framework/Config/etc/view.xsd
  2.  
  3. <xs:attribute name="type">
  4. <xs:simpleType>
  5. <xs:restriction base="xs:string">
  6. <xs:enumeration value="thumbnail"/>
  7. <xs:enumeration value="small_image"/>
  8. <xs:enumeration value="image"/>
  9. <xs:enumeration value="swatch_image"/>
  10. <xs:enumeration value="swatch_thumb"/>
  11. <xs:enumeration value="image_productlist"/>
  12. <xs:enumeration value="image_produktlist_hover"/>
  13. </xs:restriction>
  14. </xs:simpleType>
  15. </xs:attribute>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement