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
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
Marco Huber
tinymce4_rte
Commits
e702ef02
Commit
e702ef02
authored
10 years ago
by
Stefan Galinski
Browse files
Options
Downloads
Patches
Plain Diff
[BUGFIX] Style attributes are removed in span tags by TYPO3
parent
b4e67258
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
Configuration/TypoScript/pageTSConfig.ts
+6
-3
6 additions, 3 deletions
Configuration/TypoScript/pageTSConfig.ts
with
6 additions
and
3 deletions
Configuration/TypoScript/pageTSConfig.ts
+
6
−
3
View file @
e702ef02
...
...
@@ -81,13 +81,16 @@ RTE.default.proc {
i.remap = em
## CLEAN ATTRIBUTES ON THE FOLLOWING TAGS
span.fixAttrib.style.unset = 1
span.allowedAttribs = id, title, dir, lang, xml:lang, class, itemscope, itemtype, itemprop, style
span.rmTagIfNoAttrib = 1
span {
allowedAttribs = id, title, dir, lang, xml:lang, class, itemscope, itemtype, itemprop, style
rmTagIfNoAttrib = 1
}
p {
allowedAttribs = id, title, dir, lang, xml:lang, class, itemscope, itemtype, itemprop, style
fixAttrib.align.unset = 1
}
div < .p
hr.allowedAttribs = class
b.allowedAttribs < .span.allowedAttribs
...
...
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