andreyryabin/sprint.editor
最新稳定版本:4.25.0
Composer 安装命令:
composer require andreyryabin/sprint.editor
包简介
Редактор для контент-менеджеров
README 文档
README
- Платформа: 1С-Битрикс
- Маркетплейс: http://marketplace.1c-bitrix.ru/solutions/sprint.editor/
- Документация: https://github.com/andreyryabin/sprint.editor/wiki
- Группа в телеграм: https://t.me/sprint_editor
Особая благодарность
А также всем помощникам!
https://github.com/andreyryabin/sprint.editor/blob/master/contributors.txt
Установка через composer
Пример вашего composer.json с установкой модуля в bitrix/modules/ с копированием скриптов админки в bitrix/admin/sprint.editor/ и компонента редактора для публичной части в bitrix/components/sprint.editor/blocks/
{
"extra": {
"copy-file": {
"bitrix/modules/sprint.editor/install/admin/": "bitrix/admin/",
"bitrix/modules/sprint.editor/install/components/": "bitrix/components/"
},
"installer-paths": {
"bitrix/modules/{$name}/": ["type:bitrix-module"]
}
},
"require": {
"andreyryabin/sprint.editor": "*",
"slowprog/composer-copy-file": "~0.3"
},
"scripts": {
"post-install-cmd": [
"SlowProg\\CopyFile\\ScriptHandler::copy"
],
"post-update-cmd": [
"SlowProg\\CopyFile\\ScriptHandler::copy"
]
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}
统计信息
- 总下载量: 4.69k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 47
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-03-01
