From 96b6b6ae4569ff9db060b33de1fef69b1632343a Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 16 Jun 2021 09:12:59 +0200 Subject: [PATCH] --- README.rst | 3 +++ code.ts | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 README.rst 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 -- 2.30.2