定制 soft2do/frontend-editing 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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 TYPO3 TYPO3 Build Status

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:

Local Documentation

Online Documentation

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2023-04-28