diff --git a/typo3/sysext/t3editor/Resources/Private/tsref.xml b/typo3/sysext/t3editor/Resources/Private/tsref.xml
index 1b037ab69da73535cd4efcfa09d003684b8c32ec..938dfca4a6cb6f181e49e825e3f063b13c928f23 100644
--- a/typo3/sysext/t3editor/Resources/Private/tsref.xml
+++ b/typo3/sysext/t3editor/Resources/Private/tsref.xml
@@ -270,6 +270,19 @@ This value is overridden by the value set in the page-record (field="cache_timeo
 		<property name="content_from_pid_allowOutsideDomain" type="boolean">
 			<description><![CDATA[Using the "Show content from this page instead" feature allows you to insert content from the current domain only. Setting this option will allow content included from anywhere in the page tree!]]></description>
 			<default><![CDATA[
+]]></default>
+		</property>
+		<property name="contentObjectExceptionHandler" type="array">
+			<description><![CDATA[Exceptions which occur during rendering of content objects (typically plugins) will now be caught by default in production context and an error message is shown along with the rendered output.
+
+			Use "1" for the default exception handler (enabled by default in production context)
+			Use "0" to disable the default exception handler
+			Use a class name for individual exception handlers
+
+			See TSref for details:
+			https://docs.typo3.org/typo3cms/TyposcriptReference/Setup/Config/Index.html#contentobjectexceptionhandler
+]]></description>
+			<default><![CDATA[
 ]]></default>
 		</property>
 		<property name="debug" type="boolean">