Default Developer Portal Settings
Here are the default Developer Portal settings.
var settings = { // If true, Portal will logs errors and issues in the browser's Developer Tools console tab debug: false, // If true, forms will display floating labels floatingLabels: true, // If true, a visually hidden skip navigation link will be included for screen reader users skipnav: true, // The markup for your Portal logo // Can be text, an image, or an inline SVG file logo: 'Developer Portal', // The icon set to use // Options: 'default', 'alternate' icons: 'default' };
Copyright © 2022. Cloud Software Group, Inc. All Rights Reserved.