landofcoder/magento2-url-key-mask

Enable Product and Category URL_key generation using masks

dev-master 2022-12-29 02:52 UTC

This package is auto-updated.

Last update: 2024-04-29 05:11:28 UTC


README

This module's goal is to enable the use of mask in the generation of URL keys for both products and categories. The default Magento behavior is to only use the name. Using this module, you can now use entity attributes as tokens.

Settings

URL keys maks settings The settings can be changed under Stores Settings, Catalog > Catalog. For products, the field URL Key Mask is available under the Product Fields Auto-Generation option group. For categories, the field URL Key Mask is available under Category Fields Auto-Generation option group.

TODO

It is obvious this behavior should have been included out of the box inside Magento 2. I will try to have this module change's integrated as a feature submission into the core as soon as it reach a maturity level I'm happy with.

Changelog

See CHANGELOG.md