-
-
Notifications
You must be signed in to change notification settings - Fork 770
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I have decap cms setup in one project, and should it be good if we coud get socal and share link from a json or yaml file, this way I could edit it via decap cms.
I guess the only tricky part is get the icon. the rest info are just plain text. I do not know if it is possible import icon dynamically.
//social.json
{
name: "LinkedIn",
href: "https://www.linkedin.com/in/username/",
linkTitle: `LinkedIn`,
icon: '@/assets/icons/IconLinkedin.svg', // or something like this 😄
},
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request