feat(SW-187): Added social media data and copyright label

This commit is contained in:
Pontus Dreij
2024-09-05 09:34:02 +02:00
parent 89e5d7515c
commit 144ab30bc6
17 changed files with 144 additions and 91 deletions

View File

@@ -0,0 +1,11 @@
fragment SocialMedia on Footer {
social_media {
links {
href {
href
title
}
type
}
}
}