Files
cms-core/Documentation/Changelog/9.0/Feature-82091-AllowInlineRenderingInSVGContentObject.rst
T

32 lines
790 B
ReStructuredText

.. 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