TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,31 @@
.. include:: /Includes.rst.txt
.. _feature-82091:
==============================================================
Feature: #82091 - Allow inline rendering in SVG content object
==============================================================
See :issue:`82091`
Description
===========
The SVG content object supports a new option to render a SVG file as :html:`<svg>` tag.
The new setting :typoscript:`renderMode` can be set to `inline` to render an inline version of the SVG file.
The :typoscript:`renderMode` property additionally has :typoscript:`stdWrap` capabilities.
.. code-block:: typoscript
page.10 = SVG
page.10 {
renderMode = inline
src = fileadmin/foo.svg
}
Impact
======
SVG can now be rendered as :html:`<svg>` tag.
.. index:: Frontend, TypoScript