hauerheinrich / hh-ckeditor-custom
Hauer-Heinrich - ckeditor自定义
0.1.8
2023-01-17 15:42 UTC
Requires
- typo3/cms-core: ^10.4 || ^11.5
- typo3/cms-rte-ckeditor: ^10.4 || ^11.5
Replaces
- hauer-heinrich/hh_ckeditor_custom: 0.1.8
- typo3-ter/hh_ckeditor_custom: 0.1.8
README
它是做什么的?
此扩展允许自定义配置ck_editor。它指定了文件admin文件夹中的必需文件和目录。在那里您可以修改它们。
或者用它来构建您自己的扩展。;)
现在您可以更改yaml文件的路径:转到扩展管理器,搜索扩展“hh_ckeditor_custom”,然后单击扩展的“齿轮轮”。
安装
该扩展需要像其他任何TYPO3 CMS扩展一样安装。
-
切换到“扩展管理器”模块。
-
获取扩展
- 从扩展管理器获取:按检索/更新按钮,搜索扩展密钥hh_ckeditor_custom,并从存储库导入扩展。
- 从typo3.org获取:您可以从http://typo3.org/extensions/repository/view/hh_ckeditor_custom/current/获取当前版本,通过下载t3x或zip版本。之后在扩展管理器中上传文件。
- git上的最新版本 https://github.com/Hauer-Heinrich/hh_ckeditor_custom.git
-
准备:包含静态TypoScript(在前端包含css文件)该扩展提供了一些TypoScript代码,需要包含。
- 切换到您站点的根页面。
- 切换到模板模块并选择信息/修改。
- 按链接编辑整个模板记录,然后切换到包含选项卡。
- 在字段包含静态(从扩展中):选择hh Custom ck_editor Config (hh_ckeditor_custom)
或者如果您想的话,在自己的TypoScript配置中添加custom_ckeditor.css。
-
准备:包含页面配置
- 切换到您站点的根页面。
- 编辑页面属性
- 切换到选项卡资源
- 选择HH ckeditor custom config (hh_ckeditor_custom)
或者将rte.preset添加到您的PageTS:RTE.default.preset = hh_custom_ckeditor
已知问题
- 目前还没有