andreyryabin / sprint.editor
Редактор для контент-менеджеров
Fund package maintenance!
yoomoney.ru/to/410012104240288
Installs: 1 828
Dependents: 0
Suggesters: 0
Security: 0
Stars: 39
Watchers: 7
Forks: 12
Open Issues: 9
Language:JavaScript
Type:bitrix-module
Requires
- php: >=7.4
- ext-json: *
- composer/installers: ~1
- dev-master
- 4.18.1
- 4.17.2
- 4.17.1
- 4.16.2
- 4.15.3
- 4.15.2
- 4.15.1
- 4.14.1
- 4.13.2
- 4.13.1
- 4.12.3
- 4.12.2
- 4.12.1
- 4.11.1
- 4.10.2
- 4.10.1
- 4.9.2
- 4.9.1
- 4.8.2
- 4.8.1
- 4.7.8
- 4.7.6
- 4.7.5
- 4.7.4
- 4.7.2
- 4.7.1
- 4.6.1
- 4.5.6
- 4.5.5
- 4.5.4
- 4.5.3
- 4.5.2
- 4.5.1
- 4.4.3
- 4.4.2
- 4.4.1
- 4.3.1
- 4.2.1
- 4.1.1
- 4.0.1
- 4.0.0
- 3.24.2
- 3.24.1
- 3.23.1
- 3.22.1
- 3.21.2
- 3.20.2
- 3.20.1
- 3.19.3
- 3.19.2
- 3.19.1
- 3.18.5
- 3.18.4
- 3.18.3
- 3.18.2
- 3.18.1
- 3.17.1
- 3.16.3
- 3.16.2
- 3.16.1
- 3.15.1
- 3.14.1
- 3.12.1
- 3.11.1
- 3.10.5
- 3.10.4
- 3.10.3
- 3.10.2
- 3.10.1
- 3.9.1
- 3.8.1
- 3.7.1
- 3.6.3
- 3.6.2
- 3.6.1
- 3.5.2
- 3.5.1
- 3.4.4
- 3.4.3
- 3.4.2
- 3.4.1
- 3.2.4
- 3.1.2
- 3.1.1
- 3.0.1
- 3.0.0
- 2.8.2
- 2.8.1
- 2.7.1
- 2.6.2
- 2.6.1
- 2.5.5
- 2.5.4
- 2.5.3
- 2.5.2
- 2.5.1
- 2.4.3
- 2.4.2
- 2.4.1
- 2.3.14
- 2.3.12
- 2.3.11
- 2.3.9
- 2.3.8
- 2.3.7
- 2.3.6
- 2.3.5
- 2.3.4
- 2.3.2
- 2.2.2
- 2.2.1
- 1.2.1
- dev-trash_files
- dev-release-2.3.2
- dev-release-2.3.1
- dev-release-2.3.1-public
- dev-release-2.2.3
- dev-release-1.2.2
This package is auto-updated.
Last update: 2024-11-03 21:07:58 UTC
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
}
}
}