team23/module-remove-elasticsuite-banner

Remove ElasticSuite notification from Magento backend

1.0.0 2023-03-01 12:15 UTC

This package is auto-updated.

Last update: 2024-09-14 09:22:39 UTC


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