From: Christian Weiske Date: Wed, 16 Jun 2021 07:12:59 +0000 (+0200) Subject: (no commit message) X-Git-Url: https://git.cweiske.de/paste/382.git/commitdiff_plain/96b6b6ae4569ff9db060b33de1fef69b1632343a --- diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..f116ba0 --- /dev/null +++ b/README.rst @@ -0,0 +1,3 @@ +- RTE: https://docs.typo3.org/m/typo3/reference-tsconfig/10.4/en-us/PageTsconfig/Rte.html +- HTMLParser: https://docs.typo3.org/m/typo3/reference-typoscript/10.4/en-us/Functions/Htmlparser.html +- Tags: https://docs.typo3.org/m/typo3/reference-typoscript/master/en-us/Functions/HtmlparserTags.html#htmlparser-tags \ No newline at end of file diff --git a/code.ts b/code.ts index fe292c4..d13a731 100644 --- a/code.ts +++ b/code.ts @@ -1 +1,2 @@ -entryHTMLparser_db.tags.ul.fixAttrib.class.set = within-article-content \ No newline at end of file +RTE.default.proc.entryHTMLparser_db = 1 +RTE.default.proc.entryHTMLparser_db.tags.ul.fixAttrib.class.set = within-article-content \ No newline at end of file