<!-- TITLE: Category Additional Attributes Pl -->
<!-- SUBTITLE: A quick summary of Category Additional Attributes Pl -->
# Category additional attributes
## Features
- Addition of option to set a description at the bottom of a selected category page
## Module compatibility
`Magento`: 2.4.3- 2.4.5
`PHP`: 7.4|8.1
## Configuration
### Catalog/Categories/Category/Content
![1](/uploads/category-additional-attributes/1.png "1")
`Bottom description` - open the page builder and create the content you wish to add to the bottom of the page
#### We save the selected category in which we created the content of the bottom description
![2](/uploads/category-additional-attributes/2.png "2")
#### After selecting a previously saved category, we can see the previously created content at the bottom of the page.
![3](/uploads/category-additional-attributes/3.png "3")
## Module installation
### Installation via Composer
1. Add the repository to the composer.json file:
```text
"repositories": [
...
{
"type": "vcs",
"url": "git@git.auroracreation.com:aurora-modules/category-additional-attributes.git"
}
...
],
```
2. Modify the composer.json file:
```text
"require": {
...
"aurora/category-additional-attributes": "*"
...
},
```
3. In the Magento home folder, run the following commands:
```text
composer update aurora/category-additional-attributes
php bin/magento module:enable Aurora_CategoryAdditionalAttributes
php bin/magento setup:upgrade
```
### Manual installation
1. Unzip the archive.
2. Move the module files to the server location:
```text
{Magento root}
└── app/
└── code
```
3. In the Magento root folder, run the following commands:
```text
php bin/magento module:enable AuroraCategoryAdditionalAttributes
php bin/magento setup:upgrade
```
## Changelog
### v1.0.3
* Added tests (phpcs, phpunit, phpmd, phpstan) in pipelines
### v1.0.2
* Fix composer dependencies
### v1.0.1
* Backwards compatibility to PHP 7.3
### v1.0.0
* Module initiation
### Dziękujemy za zainteresowanie naszymi modułami!