https://github.com/opengento/magento2-document-restrict
This module aims to restrict documents by type in Magento 2.
https://github.com/opengento/magento2-document-restrict
acl document download files magento magento-2 magento-extension magento-module magento2 magento2-extension magento2-extension-free magento2-module management permissions restrict
Last synced: 4 months ago
JSON representation
This module aims to restrict documents by type in Magento 2.
- Host: GitHub
- URL: https://github.com/opengento/magento2-document-restrict
- Owner: opengento
- License: mit
- Created: 2021-07-04T20:26:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T17:19:34.000Z (almost 2 years ago)
- Last Synced: 2025-10-26T05:38:30.853Z (7 months ago)
- Topics: acl, document, download, files, magento, magento-2, magento-extension, magento-module, magento2, magento2-extension, magento2-extension-free, magento2-module, management, permissions, restrict
- Language: PHP
- Homepage: https://opengento.fr/
- Size: 79.1 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Document Restrict Module for Magento 2
[](https://packagist.org/packages/opengento/module-document-restrict)
[](./LICENSE)
[](https://packagist.org/packages/opengento/module-document-restrict/stats)
[](https://packagist.org/packages/opengento/module-document-restrict/stats)
This module aims to restrict documents by type in Magento 2.
- [Setup](#setup)
- [Composer installation](#composer-installation)
- [Setup the module](#setup-the-module)
- [Features](#features)
- [Settings](#settings)
- [Documentation](#documentation)
- [Support](#support)
- [Authors](#authors)
- [License](#license)
## Setup
Magento 2 Open Source or Commerce edition is required.
### Composer installation
Run the following composer command:
```
composer require opengento/module-document-restrict
```
### Setup the module
Run the following magento command:
```
bin/magento setup:upgrade
```
**If you are in production mode, do not forget to recompile and redeploy the static resources.**
## Features
This module aims to restrict documents by type in Magento 2.
Document types can be restricted if the restrict feature is enabled.
## Documentation
***In progress...***
## Support
Raise a new [request](https://github.com/opengento/magento2-document-restrict/issues) to the issue tracker.
## Authors
- **Opengento Community** - *Lead* - [](https://twitter.com/opengento)
- **Thomas Klein** - *Maintainer* - [](https://github.com/thomas-kl1)
- **Contributors** - *Contributor* - [](https://github.com/opengento/magento2-document-restrict/graphs/contributors)
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.
***That's all folks!***