Waiting for engine...
Skip to main content

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 content configuration for the portal.

DevPortalTheme.colors ● DevPortalColors object platform

Color scheme configuration for the portal.

DevPortalTheme.logo ● Image object platform

Logo image configuration for the portal.

DevPortalTheme.backgroundImage ● Image object platform

Background image configuration for the portal.

Member Of

DevPortal object

On this Page