Skip to content

Commit

Permalink
[BUGFIX] Obsolete keywords in t3editor tokenizer
Browse files Browse the repository at this point in the history
Some removed Page TSconfig related properties were
still found in the t3editor tokenizer keywords file.

Resolves: #84935
Releases: master
Change-Id: I89cf78cc3dc33fb6528bb1f4dad3943288a9b226
Reviewed-on: https://review.typo3.org/56870
Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
lolli42 committed May 6, 2018
1 parent 9eab94f commit d358e79
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -243,7 +243,6 @@
'default': B,
'defaultAlign': kw('defaultAlign'),
'defaultCmd': kw('defaultCmd'),
'defaultFileUploads': kw('defaultFileUploads'),
'defaultHeaderType': kw('defaultHeaderType'),
'defaultOutput': kw('defaultOutput'),
'defaults': kw('defaults'),
Expand Down Expand Up @@ -623,7 +622,6 @@
'noPageTitle': kw('noPageTitle'),
'noResultObj': A,
'noThumbsInEB': kw('noThumbsInEB'),
'noThumbsInRTEimageSelect': kw('noThumbsInRTEimageSelect'),
'noTrimWrap': kw('noTrimWrap'),
'noValueInsert': kw('noValueInsert'),
'numRows': A,
Expand Down Expand Up @@ -703,7 +701,6 @@
'protectLvar': kw('protectLvar'),
'publish': A,
'publish_levels': kw('publish_levels'),
'QEisDefault': kw('QEisDefault'),
'quality': kw('quality'),
'RADIO': A,
'radio': kw('radio'),
Expand Down Expand Up @@ -751,7 +748,6 @@
'rowSpace': kw('rowSpace'),
'RTE': A,
'RTE_compliant': A,
'RTEfullScreenWidth': kw('RTEfullScreenWidth'),
'rules': kw('rules'),
'sample': kw('sample'),
'saveClipboard': kw('saveClipboard'),
Expand Down

0 comments on commit d358e79

Please sign in to comment.