diff --git a/src/schema/imported/extension_types.json b/src/schema/imported/extension_types.json index bf8052ead2..179a4a056b 100644 --- a/src/schema/imported/extension_types.json +++ b/src/schema/imported/extension_types.json @@ -59,6 +59,10 @@ "scale": { "type": "number", "description": "The scale of the resulting image. Defaults to devicePixelRatio." + }, + "resetScrollPosition": { + "type": "boolean", + "description": "If true, temporarily resets the scroll position of the document to 0. Only takes effect if rect is also specified." } } },