basilicom-pimcore-plugin/hide-status-bar
最新稳定版本:1.0.0
Composer 安装命令:
composer require basilicom-pimcore-plugin/hide-status-bar
包简介
Hides the Pimcore status bar (version info and warnings) for ordinary users.
关键字:
README 文档
README
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 fabian.fischer@basilicom.de
License
- BSD-3-Clause
统计信息
- 总下载量: 2.79k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2014-11-07