team23 / module-remove-elasticsuite-banner
Remove ElasticSuite notification from Magento backend
Installs: 881
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.4||^8.1
- magento/framework: >=103
- magento/module-backend: >=100
- smile/module-elasticsuite-core: >=2.10.13
README
Prevents backend notification being displayed.
Description
The newest Smile_ElasticSuite extension versions are displaying a notification on top of the backend, which can't get marked as read by the user. This extension prevents this banner from being displayed at all.
Installation
Installation is done via composer
.
Add composer registry
composer config repositories.git.team23.de/171 '{"type": "composer", "url": "https://git.team23.de/api/v4/group/171/-/packages/composer/packages.json"}'
Install package
composer require team23/module-remove-elasticsuite-banner
Use following commands to enable the extension:
bin/magento module:enable Team23_RemoveElasticSuiteBanner bin/magento setup:upgrade