Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tinymce4_rte
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mathias Brodala
tinymce4_rte
Commits
55e8f807
Commit
55e8f807
authored
7 years ago
by
Fabian Galinski
😾
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] Add some documentation about preventing the removal of custom table classes in the FE
parent
a284bb1e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+13
-1
13 additions, 1 deletion
README.md
with
13 additions
and
1 deletion
README.md
+
13
−
1
View file @
55e8f807
...
...
@@ -6,4 +6,16 @@ Augments the tinymce-extension with a more powerful and userfriendly interface.
Currently the image browser isn't integrated well in TYPO3 anymore. The wizard dialog can be added, but it crashed
with errors. Also the code in TYPO3 itself is broken and incompatible currently. We will integrate the wizard again if
the dialog will be reintegrated in rtehtmlarea again.
\ No newline at end of file
the dialog will be reintegrated in rtehtmlarea again.
## FAQ
### How can I stop, that my custom classes for the table tag are removed in the frontend?
Just add these two lines into your TypoScript and adapt the class at the end of each line.
This will prevent the deletion of the custom classes from the table tag within the frontend.
```
lib.parseFunc_RTE.externalBlocks.table.stdWrap.HTMLparser.tags.table.fixAttrib.class.default = responsive
lib.parseFunc_RTE.externalBlocks.table.stdWrap.HTMLparser.tags.table.fixAttrib.class.list = responsive
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment