basilicom-pimcore-plugin/hide-status-bar

Hides the Pimcore status bar (version info and warnings) for ordinary users.

1.0.0 2014-11-07 15:57 UTC

This package is auto-updated.

Last update: 2024-03-09 21:05:57 UTC


README

Codacy Badge Dependency Status Scrutinizer Code Quality Build Status SensioLabsInsight

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

License

  • BSD-3-Clause