DevPortalTheme
Theme configuration for a developer portal including text, colors, and images.
type DevPortalTheme {
text: DevPortalText
colors: DevPortalColors
logo: Image
backgroundImage: Image
}
Fields
DevPortalTheme.text ● DevPortalText object platform {#text}
Text content configuration for the portal.
DevPortalTheme.colors ● DevPortalColors object platform {#colors}
Color scheme configuration for the portal.
DevPortalTheme.logo ● Image object platform {#logo}
Logo image configuration for the portal.
DevPortalTheme.backgroundImage ● Image object platform {#background-image}
Background image configuration for the portal.
Member Of
DevPortal object
Was this topic helpful?