@nikita24tailor You can make use of Composite multifield to retrieve
social media links where each multifield item/fieldset is Social Media
Name/Label Social Media LinkBy this way, it will just be the multifield
fieldset name property + field name of socialmediaName and
socialMediaLink that you need to use in the backend logic and can add
any number of links in the future. Note :Composite multifield node saves
as node structure, so you can use either getContentResource(String
relativePath) or ge...