Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
162 views

CKEditor In Vue3 - CKEditorError: ckeditor-duplicated-modules Error

Here I am trying to use the CK Editor in vue3, my goal is to add the Html Support I installed the ckeditor by following document npm install --save @ckeditor/ckeditor5-vue @ckeditor/ckeditor5-build-...
Gopal's user avatar
  • 103
0 votes
1 answer
178 views

Typo3 enabling default Link Browser

I have an alternative Link Browser, but I dont know why (maybe because an extension?) how do I deactivate it or enable the default one? I couldn't find someone that also has this Link window, so ...
Someone's user avatar
  • 17
0 votes
1 answer
124 views

Config is not loaded

I'm using TYPO3 11.5.21 with bootstrap package. I configured a sitepackage 'mysitepackage', which works very well with custom typoscript configs, css etc. I want to config a custom RTE config to ...
Rubberhawk's user avatar
0 votes
1 answer
3k views

TYPO3 v10: Remove <p> tags around paragraphs in custom RTE field (CKeditor)

I have a RTE field in my custom extension for TYPO3 10.4 with Fluid Styled Content. The RTE CKEditor automatically wraps each paragraph with a p tag. I'd like to get rid of this p tag. It's just a ...
Peter Kraume's user avatar
  • 3,699
0 votes
1 answer
317 views

How to remove the fonts in CKEditor RTE of TYPO3 v10?

I need to remove some of the fonts listed in the CKEditor RTE. Is this possible? How to do this? Thank you!
user12414491's user avatar
1 vote
2 answers
379 views

Deactivating AutoLinking in RTE editor - Typo3

Whenever a link is typed in the RTE editor, it will automatically be enclosed in an tag and converted to a link. Is there a way to stop this behavior, other than removing each link manually? I'm not ...
Joseph Kazarian's user avatar
0 votes
1 answer
402 views

How to really use RTE (Rich Text Editors) in your application?

Intro: I am working at a project which contains a lot of forms and I'd like to integrate rich text editors for some fields. Regarding the flow, it seems that behind the scenes your text from the ...
Alex M's user avatar
  • 59
0 votes
1 answer
224 views

CKEditor add <p> Tag in empty divs

when i add this in my CKEditor it writes it in the database just fine: <div data-oembed-url="https://www.youtube.com/watch?v=5xAaNCUj0sI"> <div style="left: 0; width: 100%; height: 0; ...
lvollmer's user avatar
  • 1,568
2 votes
1 answer
2k views

TYPO3 9.5.4 CKEditor RTE deletes style attributes

I updated a TYPO3 website from 7->8->9. Now the problem is that the RTE CKEditor keeps deleting style attributes and even styles. So and old Element with content: <div class="mobilr"> <...
Nyxeen's user avatar
  • 181
3 votes
2 answers
5k views

How to enable the colorbutton in the TYPO3 CKEditor

I'm trying to enable the colorbutton plugin to use the TextColor feature in the TYPO3 CKEditor but it won't work. I've already tried to include all needed external plugins which are required by the ...
Jan Fässler's user avatar
-1 votes
2 answers
722 views

TYPO3: what is the configuration for RTE linkhandler in v8?

with the new RTE in TYPO3 v8 I miss the option to have editors work with classes ... in v7 with the rtehtmlarea I added personal classes trough typoscript: RTE.classesAnchor { inverselink { ...
webman's user avatar
  • 1,169
1 vote
2 answers
1k views

How to migrate htmlarea userElements to CKEditor in TYPO3 8.7?

I need some pointers how to migrate userElements from htmlarea_rte in TYPO3 7.6 to CKEditor in TYPO3 8.7. Or to rephrase my question: how can I prepend links in CKEditor with custom html? This how ...
Peter Kraume's user avatar
  • 3,699
1 vote
1 answer
438 views

Add dataProcessor to ckeditor yaml configuration in TYPO3

I'm wondering how to add a rule to the dataProcessor like it was possible in the old htmlarea. In my case I want to add a fixed class to the "ul"-tag. I tried something like that (tried to adapt the ...
Tobias Gaertner's user avatar
8 votes
2 answers
1k views

Remove wrapping p from img in ckeditor

I'm wanting to remove the p tags that wrap img tags by default in ckeditor. I don't want to totally disable p tags or change the EnterMode to another tag. I only want to stop images being wrapping in ...
Ric's user avatar
  • 3,388
0 votes
0 answers
177 views

CKeditor 3.0 Custom CSS and invisible HTML tags

I have a web page with structure: <head><link href="main.css" rel="stylesheet" type="text/css"> <body> <div class="wrapper"> <div class="content"> Some RTE text from ...
Sinisa Medic's user avatar

15 30 50 per page