This commit is contained in:
2020-12-06 15:22:45 +01:00
parent cfb7542eea
commit 84693feced
11 changed files with 172 additions and 14 deletions
+17
View File
@@ -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'
+26
View File
@@ -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