catalog_attributes.xml 466 B

123456789101112131415
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Catalog:etc/catalog_attributes.xsd">
  9. <group name="catalog_category">
  10. <attribute name="url_key"/>
  11. </group>
  12. <group name="catalog_product">
  13. <attribute name="url_key"/>
  14. </group>
  15. </config>