Line break converts to Paragraph in Tinyrte ?
In TS config for pages add the below lines RTE.default.proc.dontConvBRtoParagraph = 1 That’s it. As the code describes it does not allow BR to convert to Paragraph.
In TS config for pages add the below lines RTE.default.proc.dontConvBRtoParagraph = 1 That’s it. As the code describes it does not allow BR to convert to Paragraph.
1) Go to the extension manager and click on the extension “htmlArea RTE” and there check “Enable images in the RTE[enableImages]”. After that click on “Update” on the bottom. 2) Include the static template “Clickenlarge Rendering (rtehtmlarea) “. 3) Insert the image in RTE and set on “Click-enlarge” option.
When we try to logout from an access restricted page, we will see either a 404 (Page not found) or a 401 (Authorization required) error. This issue seems quite old, but unfortunately there are still some bugs when we use the Logout template of the felogin. The issue is reproduceable even on Typo3 4.2.8, I [...]
If link to top is re-directs to homepage, to solve this we have to include following code int to our typo-script setup page config { prefixLocalAnchors = all } This replaces all links like <a href=”#” > into <a href=”[url]#”>
Assigning a favicon is quite simple in Typo3. you can just use the following Typoscript to assign a favicon. page.shortcutIcon = pathToFolders/favicon.ico In case of multi-domain setup there are various ways you can achive this: 1. By adding the above code in the Typoscript Template Record of root page for each domain. 2. If same [...]