emico / m2-attributelanding
Attribute landing pages for Magento 2
Package info
github.com/EmicoEcommerce/Magento2AttributeLanding
Type:magento2-module
pkg:composer/emico/m2-attributelanding
Requires
- php: ^8.1
- magento/module-catalog: ^102.0||^103.0||^104.0
- magento/module-sitemap: ^100.2||^100.4
Requires (Dev)
- emico/code-quality: ~10.6.0
- symfony/finder: 6.4.0
Suggests
- emico/m2-attributelanding-tweakwise: Install to use attributelanding page in combination with Tweakwise
This package is auto-updated.
Last update: 2026-06-13 08:55:48 UTC
README
Create Landingpages based on predefined filters and categories. Example Category T-shirts and filter color = red.
Specify any url you would like for this page, for example red-shirts. Also you can define rich texts for SEO purposes on this landing pages.
Pages can be configured under Content > Manage pages and Manage overview pages. Overview pages are a list view of landingpages.
Landingpages will be published in the sitemap.
Installation
Install package using composer
composer require emico/m2-attributelanding
Run installers
php bin/magento setup:upgrade
Contributors
If you want to create a pull request as a contributor, use the guidelines of semantic-release. semantic-release automates the whole package release workflow including: determining the next version number, generating the release notes, and publishing the package. By adhering to the commit message format, a release is automatically created with the commit messages as release notes. Follow the guidelines as described in: https://github.com/semantic-release/semantic-release?tab=readme-ov-file#commit-message-format.