Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsspencer/magento2-category-attributes
Magento 2.x extension that shows how to create category attribues
https://github.com/fsspencer/magento2-category-attributes
Last synced: 9 days ago
JSON representation
Magento 2.x extension that shows how to create category attribues
- Host: GitHub
- URL: https://github.com/fsspencer/magento2-category-attributes
- Owner: fsspencer
- Created: 2018-08-27T15:56:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T16:10:41.000Z (about 6 years ago)
- Last Synced: 2023-10-22T13:38:15.494Z (about 1 year ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento 2 Category Attributes
This is a sample extension to show you how to create category attributes.## Installation
NOTE: This extension comes with some sample attributes. Make sure to modify them before installing the extension.
1. Create the following directory structure `app/code/Codealist/CategoryAttributes`
2. Clone this repository inside that directory using `git clone https://github.com/fsspencer/magento2-category-attributes ./`
3. Execute: php bin/magento setup:upgradeNow when you log into the Admin Panel and go to Stores > Products > Categories, you'll be able to see the attributes created.
## Overview
This module creates some category attributes using EavSetupFactory model and then make them visible by extending the uiComponent
`category_form.xml`.## Compatibility
- Magento 2.0
- Magento 2.1
- Magento 2.2