Breaking: #72361 - Removed deprecated methods in ContentObjectRenderer
See forge#72361
Description
The following methods have been removed:
cleanForm Name stdWrap_ offset Wrap textStyle tableStyle
The TypoScript jumpurl configuration has been removed for file links.
The TypoScript property and from .select has been removed.
Impact
Using the methods above directly in any third party extension will result in a fatal error.
Affected Installations
Instances which use custom calls to ContentObjects via the methods above.
Migration
clean has been moved to Form.
std has not been replaced by a new function.
text TypoScript option should be done with CSS.
table TypoScript option should be done with CSS.
TypoScript option jumpurl can be passed in the typolink property.
TypoScript property and can be migrated to where.