eav_attributes.xml 505 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_Eav:etc/eav_attributes.xsd">
  9. <entity type="catalog_product">
  10. <attribute code="url_key">
  11. <field code="is_unique" locked="true" />
  12. <field code="is_searchable" locked="true" />
  13. </attribute>
  14. </entity>
  15. </config>