Portal Footer widget JSON parameters
Use the JSON parameters to define aspects of the Portal Footer widget on the portal page.
Note: This information assumes that you’re familiar with the JSON code format.
| Parameter | Description |
|---|---|
| org\_info | The company name and address to appear on the portal footer. |
| copyright | Copyright information to appear on the portal footer.You can display copyright symbol, the year of copyright, and the name of the copyright holder or organization in the footer. |
| logo\_img\_name | The image that can be displayed as a logo in the footer. The image name should to be accessed from the Images \[db\_image\] table. |
| logo\_alt\_text | Alternate screen-readable text that describes the brand logo in the footer for accessibility purposes. |
| sitemap\_links\_menu\_sys\_id | The system identifier \(sys\_id\) of the menu record is used to display sitemap links in the Portal Polaris Footer widget. You can create a menu record and map it to the sitemap links by including its sys\_id in the JSON code. For more information on how to create a menu record, see Menu Item form. |
| footer\_links\_menu\_sys\_id | The system identifier \(sys\_id\) of the menu record is used to display footer links in the Portal Polaris Footer widget. You can create a menu record and map it to the footer links by including its sys\_id in the JSON code. For more information on how to create a menu record, see Menu Item form. |
| social\_links\_menu\_sys\_id | The system identifier \(sys\_id\) of the menu record is used to display social links in the Portal Polaris Footer widget. You can create a menu record and map it to the social links by including its sys\_id in the JSON code. For more information on how to create a menu record, see Menu Item form. |