Download the PHP package basilicom-pimcore-plugin/hide-status-bar without Composer
On this page you can find all versions of the php package basilicom-pimcore-plugin/hide-status-bar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download basilicom-pimcore-plugin/hide-status-bar
More information about basilicom-pimcore-plugin/hide-status-bar
Files in basilicom-pimcore-plugin/hide-status-bar
Package hide-status-bar
Short Description Hides the Pimcore status bar (version info and warnings) for ordinary users.
License BSD-3-Clause
Homepage http://basilicom.de/en/pimcore
Informations about the package hide-status-bar
HideStatusBar Pimcore Plugin
Developer info: Pimcore at basilicom
Synopsis
This Pimcore http://www.pimcore.org plugin modifies the backend so that non-admin users do not see the bottom status bar anymore.
Code Example / Method of Operation
The status bar is simply hidden via:
$('#pimcore_statusbar').hide();
Motivation
Ordinary users sometimes can not judge the significance of minor version updates and/or notices regarding the maintenance job.
In order to not confuse them, we simply hide the status bar.
Installation
Add "basilicom-pimcore-plugin/hide-status-bar" as a requirement to the composer.json in the toplevel directory of your Pimcore installation.
Example:
{
"require": {
"basilicom-pimcore-plugin/hide-status-bar": ">=1.0.0"
}
}
API Reference
- n/a
Tests
- none
Contributors
- Fabian Fischer [email protected]
License
- BSD-3-Clause