From c6ec4695cf98a9c28d5397d38da850e04d21f3c1 Mon Sep 17 00:00:00 2001 From: Nick Lyons Date: Tue, 20 Feb 2024 16:42:34 -0500 Subject: [PATCH] Updated documentation for the title option --- themes/digital.gov/layouts/shortcodes/youtube.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/digital.gov/layouts/shortcodes/youtube.html b/themes/digital.gov/layouts/shortcodes/youtube.html index 876d936d98..3b905d312e 100644 --- a/themes/digital.gov/layouts/shortcodes/youtube.html +++ b/themes/digital.gov/layouts/shortcodes/youtube.html @@ -3,9 +3,10 @@ @param {string} id - the required youtube video id @params {number} [time] - the optional start time in seconds for the video + @params {string} title - The title of the video for accessibility guidelines @example - {{< youtube id="Hvo7WVKvPGU" time"101" + {{< youtube id="Hvo7WVKvPGU" time"101" title="Title goes here" >}} */}}