In the Content Library double-click the sitemap that you want to modify to open it in the Content Editor.
Drag and drop the config.json file onto the SITEMETA element.
The config.json file is added as a DATA element.
In the left pane, hover over config.json and click the Edit element properties icon.
Figure 1. Edit Element Properties Icon
In the pane that appears, in the name field, enter config
If needed, clear the scope field by clicking the corresponding trash icon.
Verify the configuration changes by opening your portal in a web browser.
Add Links to Social Media Accounts
You can add links to social media accounts to your portal by modifying the config.json file associated with your main sitemap. This procedure doesn't require any specialized skills and can be done by any user with the right permissions.
Ensure you have the permissions to edit the main config.json file associated with your main portal sitemap.
In the master branch, navigate to the main config.json file associated with your main portal sitemap.
Right-click the config.json file and select Edit Source.
In the Source Editor, scroll to the footer section and set up the links section like this:
Replace placeholder values in href and text parameters as needed.
Save your changes.
Validate your .json file.
This syntax is very specific and won't validate if, for example, spaces are missing, or you have an extra comma. One option for validating the file is at https://jsonlint.com/.
Links to social media accounts are available under the Share button in the top-right corner of the a portal page. For example:
Be sure to push the config.json file from the master branch to your staging and production branches. Publish the changes.