【发布时间】:2019-01-14 01:22:32
【问题描述】:
我想在自定义本地 TYPO3 扩展中为 rte_ckeditor 提供一个包。我看到我 should be able 使用 installer-paths 但注意到 #typo3-cms-composer Slack 频道提到它不能很好地与 TYPO3 配合使用。
这是我想要在我的扩展程序的 composer.json 文件中执行的操作,但是当我运行 composer install 时它似乎被忽略了:
"require": {
"w8tcha/ckeditor-wordcount-plugin": "~1.17"
},
"extra": {
"installer-paths": {
"./Resources/Public/RTE/Wordcount/": [
"w8tcha/ckeditor-wordcount-plugin"
]
}
}
【问题讨论】:
标签: ckeditor composer-php typo3 typo3-8.x