Download the PHP package soft2do/frontend-editing without Composer
On this page you can find all versions of the php package soft2do/frontend-editing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download soft2do/frontend-editing
More information about soft2do/frontend-editing
Files in soft2do/frontend-editing
Download soft2do/frontend-editing
More information about soft2do/frontend-editing
Files in soft2do/frontend-editing
Vendor soft2do
Package frontend-editing
Short Description Enable editors to work with the content in the most intuitive way possible Is Extended from Typo3 Frontend editing
License GPL-2.0-or-later
Homepage https://github.com/ziedmaaloul/typo3-v10-frontend-editing
Package frontend-editing
Short Description Enable editors to work with the content in the most intuitive way possible Is Extended from Typo3 Frontend editing
License GPL-2.0-or-later
Homepage https://github.com/ziedmaaloul/typo3-v10-frontend-editing
Keywords TYPO3 CMSfrontend editing
Please rate this library. Is it a good library?
Informations about the package frontend-editing
TYPO3 frontend editing
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
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>All versions of frontend-editing with dependencies
PHP Build Version
Package Version
No informations.
The package soft2do/frontend-editing contains the following files
Loading the files please wait ...