diff --git a/components/02-molecules/logo/logo.twig b/components/02-molecules/logo/logo.twig index 3dcfd4b1..4f69b9c5 100644 --- a/components/02-molecules/logo/logo.twig +++ b/components/02-molecules/logo/logo.twig @@ -13,9 +13,9 @@ - inline-stacked: Display both primary and secondary logos inline horizontally. On mobile, this will automatically converts to 'stacked'. * - logos: [object] Object with 'primary' and 'secondary' keys: - * - breakpoint: [object] Object with 'mobile' and 'desktop' keys: - * - url: [string] URL for the logo. - * - alt: [string] Image alt text. + * - breakpoint: [object] Object with 'mobile' and 'desktop' keys: + * - url: [string] URL for the logo. + * - alt: [string] Image alt text. * - url: [string] Optional URL that wraps the logo. * - title: [string] Optional logo title attribute. * - attributes: [string] Additional attributes. diff --git a/components/02-molecules/tabs/tabs.twig b/components/02-molecules/tabs/tabs.twig index 18f87162..4bff595a 100644 --- a/components/02-molecules/tabs/tabs.twig +++ b/components/02-molecules/tabs/tabs.twig @@ -8,7 +8,7 @@ * - title: [string] Panel title. * - content: [string] Panel content. * - id: [string] Panel id. - * - is_selected: [bolean] Panel is selected or not + * - is_selected: [boolean] Panel is selected or not * - links: [array] Optional array of links (if not provided - will be generated from panel): * - text: [string] Link text. diff --git a/components/02-molecules/video-player/video-player.twig b/components/02-molecules/video-player/video-player.twig index a20797e9..e9462c51 100644 --- a/components/02-molecules/video-player/video-player.twig +++ b/components/02-molecules/video-player/video-player.twig @@ -10,6 +10,12 @@ * - width: [string] Width of the iframe. * - height: [string] Height of the video. * - transcript_link: [object] Video transcript link. + * - text: [string] Button text. + * - title: [string] Button title. + * - url: [string] URL for the link button. + * - is_new_window: [boolean] Open in a new window or not. + * - is_external: [boolean] If link is external or not. + * - attributes: [string] Additional attributes. * - oembed: [string] oEmbed provided iframe container. * - attributes: [string] Additional attributes. * - modifier_class: [string] Additional classes. diff --git a/components/03-organisms/navigation/navigation.twig b/components/03-organisms/navigation/navigation.twig index d56f26b6..ad7ebe17 100644 --- a/components/03-organisms/navigation/navigation.twig +++ b/components/03-organisms/navigation/navigation.twig @@ -9,8 +9,8 @@ * - title: [string] Navigation title. * - type: [string] One of: none, inline, dropdown, drawer. * - dropdown_columns: [integer] Number of columns in the dropdown drawer. - * - dropdown_columns_fill: [bollean] Fill columns. - * - is_animated: [bollean] Use animation for transitions. + * - dropdown_columns_fill: [boolean] Fill columns. + * - is_animated: [boolean] Use animation for transitions. * - menu_id: [string] Optional menu ID used for grouping dropdown items. * - attributes: [string] Additional attributes. * - modifier_class: [string] Additional classes. diff --git a/components/03-organisms/webform/webform.twig b/components/03-organisms/webform/webform.twig index eac00412..fb4defe1 100644 --- a/components/03-organisms/webform/webform.twig +++ b/components/03-organisms/webform/webform.twig @@ -4,7 +4,7 @@ * Webform component. * * Variables: - * - referenced_webform: [webform] Rendered webform. + * - referenced_webform: [string] Rendered webform. * - theme: [string] Theme: light, dark. * - vertical_spacing: [string] With top, bottom or both vertical spaces. * - with_background: [boolean] With background or not.