-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 6224113
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Featured Attributes | ||
|
||
It's a metapackage for the [source code repository](https://github.com/swissup/module-featured-attributes). | ||
|
||
#### Installation | ||
|
||
```bash | ||
cd <magento_root> | ||
composer config repositories.swissup composer https://docs.swissuplabs.com/packages/ | ||
composer require swissup/featured-attributes --prefer-source | ||
bin/magento module:enable Swissup_Core Swissup_FeaturedAttributes | ||
bin/magento setup:upgrade | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"name": "swissup/featured-attributes", | ||
"description": "Show selected attributes in the product listing", | ||
"type": "metapackage", | ||
"version": "1.1.0", | ||
"license": "OSL-3.0", | ||
"require": { | ||
"swissup/module-featured-attributes": "^1.1.0" | ||
} | ||
} |