(no commit message) master
authorChristian Weiske <cweiske@cweiske.de>
Wed, 16 Jun 2021 07:12:59 +0000 (09:12 +0200)
committerwww-cweiske <www-cweiske@ahso3>
Wed, 16 Jun 2021 07:12:59 +0000 (09:12 +0200)
README.rst [new file with mode: 0644]
code.ts

diff --git a/README.rst b/README.rst
new file mode 100644 (file)
index 0000000..f116ba0
--- /dev/null
@@ -0,0 +1,3 @@
+- RTE: https://docs.typo3.org/m/typo3/reference-tsconfig/10.4/en-us/PageTsconfig/Rte.html\r
+- HTMLParser: https://docs.typo3.org/m/typo3/reference-typoscript/10.4/en-us/Functions/Htmlparser.html\r
+- 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 fe292c432b758778428b7c08cfb1f6e0dafa12f0..d13a7319538daaadbe08aeada8edc13782477542 100644 (file)
--- 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\r
+RTE.default.proc.entryHTMLparser_db.tags.ul.fixAttrib.class.set = within-article-content 
\ No newline at end of file