diff --git a/Configuration/PageTS/tsconfig.txt b/Configuration/PageTS/tsconfig.txt index f4b51bb..1a93d84 100644 --- a/Configuration/PageTS/tsconfig.txt +++ b/Configuration/PageTS/tsconfig.txt @@ -6,3 +6,4 @@ + \ No newline at end of file diff --git a/Resources/Private/Extensions/RTE/Default.yaml b/Resources/Private/Extensions/RTE/Default.yaml new file mode 100644 index 0000000..ae97176 --- /dev/null +++ b/Resources/Private/Extensions/RTE/Default.yaml @@ -0,0 +1,59 @@ +#### +# Example of what CKEditor can all bring +### + +# 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" } + +# Add configuration for the editor +# For complete documentation see http://docs.ckeditor.com/#!/api/CKEDITOR.config +editor: + config: + # can be "default", but a custom stylesSet can be defined here, which fits TYPO3 best + stylesSet: + # block level styles + - { name: "White title H2 with orange background", element: "h2", styles: { color: "#fff", background: "#f86230" } } + - { name: "White title H3 with orange background", element: "h3", styles: { color: "#fff", background: "#f86230" } } + - { name: "Lead", element: "p", attributes: { 'class': 'lead' }, styles: { font-size: "16px" } } + # Inline styles + - { name: "White text color", element: "span", styles: { color: "#fff" } } + - { name: "Yellow marker", element: "span", styles: { background-color: "yellow" } } + + format_tags: "p;h1;h2;h3;h4;h5;h6;pre" + + toolbarGroups: + - { name: styles, groups: [ styles ] } + - { name: forms, groups: [ forms ] } + - { name: paragraph, groups: [ align, list, indent, blocks, bidi, paragraph ] } + - "/" + - { name: basicstyles, groups: [ basicstyles, cleanup ] } + - { name: editing, groups: [ find, selection, spellchecker, editing ] } + - { name: links, groups: [ links ] } + - { name: insert, groups: [ insert ] } + - "/" + - { name: clipboard, groups: [ clipboard, undo ] } + - { name: document, groups: [ mode, document, doctools ] } + - { name: colors, groups: [ colors ] } + - { name: tools, groups: [ tools ] } + - { name: others, groups: [ others ] } + - { name: about, groups: [ about ] } + + + justifyClasses: + - text-left + - text-center + - text-right + - text-justify + + extraPlugins: + - justify + + removePlugins: + - quicktable + + removeButtons: + - Image + - Table diff --git a/Resources/Private/Extensions/RTE/PageTS/tsconfig.txt b/Resources/Private/Extensions/RTE/PageTS/tsconfig.txt new file mode 100644 index 0000000..d16c59d --- /dev/null +++ b/Resources/Private/Extensions/RTE/PageTS/tsconfig.txt @@ -0,0 +1 @@ +RTE.default.preset = subtheme_t3kit_template_default diff --git a/ext_localconf.php b/ext_localconf.php new file mode 100644 index 0000000..be4210c --- /dev/null +++ b/ext_localconf.php @@ -0,0 +1,7 @@ +