diff --git a/TextformatterVideoEmbedOptions.config.json b/TextformatterVideoEmbedOptions.config.json index 2a8b9a3..3954b56 100644 --- a/TextformatterVideoEmbedOptions.config.json +++ b/TextformatterVideoEmbedOptions.config.json @@ -194,5 +194,12 @@ "label": "Vimeo: Show Title", "description": "Show the title on the video.", "notes": "Defaults to 1." + }, + "vm_dnt": { + "type": null, + "value": 1, + "label": "Vimeo: Do Not Track", + "description": "Setting this parameter to 1 will block the player from tracking any session data, including all cookies and analytics. (Will have the same effect as enabling a Do Not Track setting in your browser).", + "notes": "Defaults to 1 here. (Vimeos default is 0, though)." } -} \ No newline at end of file +}