Social Links Group (social_links_group
)
Collection of social links.
ID | Label | Description | Schema |
---|---|---|---|
items | Items | Array of social links. Note key needs to be name of image. |
|
id: social_links_group
label: 'Social Links Group'
description: 'Collection of social links.'
group: Social
props:
items:
id: items
label: Items
description: 'Array of social links. Note key needs to be name of image.'
schema:
type: array
items:
type: object
properties:
title:
type: string
attributes:
$ref: '#/$defs/attributes_value'
below:
type: object
examples:
preview:
id: preview
label: Preview
renderable:
'@component': social_links_group
items:
-
title: Facebook
url: '#facebook'
icon: 'https://cdn.jsdelivr.net/npm/@uswds/uswds@3.7.0/dist/img/usa-icons/facebook.svg'
-
title: Instagram
url: '#instagram'
icon: 'https://cdn.jsdelivr.net/npm/@uswds/uswds@3.7.0/dist/img/usa-icons/instagram.svg'
-
title: RSS
url: '#rss'
icon: 'https://cdn.jsdelivr.net/npm/@uswds/uswds@3.7.0/dist/img/usa-icons/rss_feed.svg'
-
title: YouTube
url: '#youtube'
icon: 'https://cdn.jsdelivr.net/npm/@uswds/uswds@3.7.0/dist/img/usa-icons/youtube.svg'