Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vovayatsyuk committed Oct 24, 2018
0 parents commit 6224113
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
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
```
10 changes: 10 additions & 0 deletions composer.json
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"
}
}

0 comments on commit 6224113

Please sign in to comment.