Atlassian · Schema

TopNavigationLookAndFeel

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
color string
highlightColor string
hoverOrFocus object
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-top-navigation-look-and-feel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TopNavigationLookAndFeel",
  "type": "object",
  "properties": {
    "color": {
      "type": "string"
    },
    "highlightColor": {
      "type": "string"
    },
    "hoverOrFocus": {
      "type": "object"
    }
  }
}