Default Developer Portal Settings
Here are the default Developer Portal settings.
var settings = {
// If true, Portal logs errors and issues in the browser's Developer Tools console tab
debug: false,
// If true, forms display floating labels
floatingLabels: true,
// If true, a visually hidden skip navigation link is 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'
};