update
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
TYPO3:
|
||||
CMS:
|
||||
Form:
|
||||
persistenceManager:
|
||||
allowSaveToExtensionPaths: true
|
||||
allowedExtensionPaths:
|
||||
10: EXT:sitepackage/Resources/Private/Forms/
|
||||
|
||||
prototypes:
|
||||
standard:
|
||||
formElementsDefinition:
|
||||
Form:
|
||||
renderingOptions:
|
||||
translation:
|
||||
translationFile:
|
||||
- 'EXT:form/Resources/Private/Language/locallang.xlf'
|
||||
- 'EXT:sitepackage/Resources/Private/Language/locallang.xlf'
|
||||
@@ -0,0 +1,26 @@
|
||||
# Load default processing options
|
||||
imports:
|
||||
- { resource: "EXT:rte_ckeditor/Configuration/RTE/Processing.yaml" }
|
||||
- { resource: "EXT:rte_ckeditor/Configuration/RTE/Editor/Base.yaml" }
|
||||
- { resource: "EXT:rte_ckeditor/Configuration/RTE/Editor/Plugins.yaml" }
|
||||
|
||||
# For complete documentation see http://docs.ckeditor.com/#!/api/CKEDITOR.config
|
||||
editor:
|
||||
config:
|
||||
height: 400
|
||||
contentsCss: ["EXT:rte_ckeditor/Resources/Public/Css/contents.css", "EXT:sitepackage/Resources/Public/StyleSheets/Build/rte.css"]
|
||||
format_tags: "p;h2;h3;h4;h5"
|
||||
|
||||
toolbar:
|
||||
- [ 'Undo', 'Redo' ]
|
||||
- [ 'Format', 'Styles' ]
|
||||
- [ 'RemoveFormat' ]
|
||||
- [ 'Link', 'Unlink' ]
|
||||
- [ 'Cut', 'Copy', 'PasteText', ]
|
||||
- [ 'NumberedList', 'BulletedList', 'Table', 'SpecialChar']
|
||||
- [ 'Bold', 'Italic' ]
|
||||
- [ 'Subscript', 'Superscript' ]
|
||||
- [ 'Source', 'Maximize' ]
|
||||
|
||||
removePlugins:
|
||||
- image
|
||||
Reference in New Issue
Block a user