diff --git a/src/components/breadcrumbs/breadcrumbs.yaml b/src/components/breadcrumbs/breadcrumbs.yaml index 57bf443ff2..a370a2ccf9 100644 --- a/src/components/breadcrumbs/breadcrumbs.yaml +++ b/src/components/breadcrumbs/breadcrumbs.yaml @@ -16,6 +16,9 @@ params: type: string required: false description: Link for the breadcrumbs item. If not specified, breadcrumbs item is a normal list item. + - name: attributes + type: object + description: HTML attributes (for example data attributes) to add to the individual crumb. - name: classes type: string required: false diff --git a/src/components/character-count/character-count.yaml b/src/components/character-count/character-count.yaml index e7a71f61ed..934b5fe5a0 100644 --- a/src/components/character-count/character-count.yaml +++ b/src/components/character-count/character-count.yaml @@ -3,10 +3,6 @@ params: type: string required: true description: The id of the textarea. -- name: describedBy - type: string - required: false - description: Text or element id to add to the `aria-describedby` attribute to provide description for screenreader users. - name: name type: string required: true diff --git a/src/components/footer/footer.yaml b/src/components/footer/footer.yaml index b387eb10a7..0016b7edda 100644 --- a/src/components/footer/footer.yaml +++ b/src/components/footer/footer.yaml @@ -3,7 +3,13 @@ params: type: object required: false description: Object containing options for the meta navigation. - arguments: + params: + - name: html + type: string + description: HTML to add to the meta section of the footer, which will appear below any links specified using meta.items. + - name: text + type: string + description: Text to add to the meta section of the footer, which will appear below any links specified using meta.items. If meta.html is specified, this option is ignored. - name: items type: array required: false @@ -25,7 +31,7 @@ params: type: array required: false description: Array of items for use in the navigation section of the footer. - arguments: + params: - name: title type: string required: false @@ -38,7 +44,7 @@ params: type: array required: false description: Array of items to display in the list in navigation section of the footer. - arguments: + params: - name: text type: string required: false diff --git a/src/components/footer/template.njk b/src/components/footer/template.njk index 71f3dc00c1..94e9a99a92 100644 --- a/src/components/footer/template.njk +++ b/src/components/footer/template.njk @@ -3,17 +3,17 @@
{% if params.navigation %}