swissup/module-core
最新稳定版本:1.12.25
Composer 安装命令:
composer require swissup/module-core
包简介
Swissup core module. It's purpose is to add Swissup menu and config entries
README 文档
README
Swissup_Core module adds menu and config entries to Magento backend. It also utilize some common tasks used by other modules.
Installation
composer require swissup/module-core bin/magento setup:upgrade
Popup Message Manager
Popup message manager allows to show regular Magento messages with additional information in popup window.
Usage example
Inject \Swissup\Helper\PopupMessageManager component into your controller
action and use it instead of built-in \Magento\Framework\Message\Manager:
$this->popupMessageManager->addError( __('Decoding failed: Syntax error'), $popupText, $popupTitle );
统计信息
- 总下载量: 218.07k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 14
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2018-09-26
