soft2do/frontend-editing
最新稳定版本:2.8.0
Composer 安装命令:
composer require soft2do/frontend-editing
包简介
Enable editors to work with the content in the most intuitive way possible Is Extended from Typo3 Frontend editing
README 文档
README
TYPO3 frontend editing (frontend_editing)
Extended From Original Extension This package gives frontend editing capability to TYPO3 CMS, the editor used is Ckeditor.
Documentation
For all kind of documentation which covers install to how to develop the extension:
Donate to the Frontend Editing for TYPO3 project
To Add JS / CSS Files To Front End Editing
plugin.tx_frontend_editing {
settings {
enableDefaultRightBar.50 = 10
cssFiles{
10 = EXT:extension/Resources/Public/Css/Backend/frontend_editing_override.css
}
jsFiles{
10 = EXT:extension/Resources/Public/Css/Backend/frontend_editing_override.js
}
}
}
enableDefaultRightBar is To enable or Disable the default style
To Override on Default Color
plugin.tx_frontend_editing {
settings {
defaultColors{
primaryColor.10=red
secondaryColor.10=green
}
}
}
To add Drop Zone Area
Import Core In html
xmlns:core="TYPO3\CMS\FrontendEditing\ViewHelpers"
Call Drop Zone Area With
<core:DropZone></core:DropZone>
<core:DropZone colPos="{colpos}" parentUid="{parentUid}"></core:DropZone>
统计信息
- 总下载量: 77
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2023-04-28