Deprecation: #82110 - Deprecate option "value" and "noscript" in SVG content object
See forge#82110
Description
The following TypoScript settings of the SVG content object have been marked as deprecated:
value
(in caserender
is not set to inline)Mode noscript
The SVG content object renderer has used the two options "value" and "noscript" to render the given
value into a <script type="image/
tag.
This kind of implementation is very old and has been marked as deprecated.
The SVG content object supports two render variants:
- the
<object>
tag variant (render
) [default]Mode = object - the
<svg>
tag variant (render
)Mode = inline
The second one is nearly the same as the script tag variant, so an alternative is still in place.
Impact
Using one of the two options will trigger a deprecation log entry.
Affected Installations
Instances which use at least one of the two options.
Migration
Use the new render
to render a SVG file as <svg>