{
  "key": "pga-red-brick-theme",
  "baseUrl": "https://cbbrt.pgaconsult.ro",
  "name": "Brick Red Theme for Confluence Cloud",
  "description": "Brick red color scheme with macro widgets",
  "vendor": {
    "name": "CoreBuild",
    "url": "https://corebuild.eu"
  },
  "enableLicensing": true,
  "authentication": {
    "type": "jwt"
  },
  "lifecycle": {
    "installed": "/installed",
    "uninstalled": "/uninstalled"
  },
  "scopes": [
    "READ"
  ],
  "apiMigrations": {
    "gdpr": true,
    "context-qsh": true,
    "signed-install": true
  },
  "modules": {
    "dynamicContentMacros": [
      {
        "url": "/macro/htmlblock.html",
        "description": {
          "value": "HTML Block Container for presenting small blocks of html content"
        },
        "documentation": {
          "url": "https://corebuild.atlassian.net/wiki/spaces/ATT"
        },
        "categories": [
          "formatting"
        ],
        "icon": {
          "url": "https://cbbrt.pgaconsult.ro/imgs/html.block.icon.png"
        },
        "outputType": "block",
        "bodyType": "rich-text",
        "featured": true,
        "name": {
          "value": "HTML Block"
        },
        "key": "html-block",
        "renderModes": {
          "default": {
            "url": "/v1/macro/html/block/static?pageId={page.id}&pageVersion={page.version}&macroId={macro.id}&outputType={output.type}"
          }
        }
      },
      {
        "url": "/v1/macro/tabs/container/dynamic?pageId={page.id}",
        "description": {
          "value": "Container for displaying a set of tabs",
          "i18n": "pga.brt.tabs.container.description"
        },
        "documentation": {
          "url": "https://corebuild.atlassian.net/wiki/spaces/ATT"
        },
        "categories": [
          "formatting"
        ],
        "icon": {
          "url": "https://cbbrt.pgaconsult.ro/imgs/tabs.container.icon.png"
        },
        "outputType": "block",
        "bodyType": "rich-text",
        "featured": true,
        "name": {
          "value": "Tabs Container",
          "i18n": "pga.brt.tabs.container.name"
        },
        "key": "tabs-container",
        "renderModes": {
          "default": {
            "url": "/v1/macro/tabs/container/static?pageId={page.id}&pageVersion={page.version}&macroId={macro.id}&outputType={output.type}"
          }
        }
      }
    ],
    "staticContentMacros": [
      {
        "url": "/v1/macro/tabs/page?pageId={page.id}&pageVersion={page.version}&macroId={macro.id}&outputType={output.type}&tabTitle={tabTitle}",
        "description": {
          "value": "Tab entry page",
          "i18n": "pga.brt.tabs.page.description"
        },
        "documentation": {
          "url": "https://corebuild.atlassian.net/wiki/spaces/ATT"
        },
        "categories": [
          "formatting"
        ],
        "icon": {
          "url": "https://cbbrt.pgaconsult.ro/imgs/tabs.page.icon.png"
        },
        "outputType": "block",
        "bodyType": "rich-text",
        "name": {
          "value": "Tab Page",
          "i18n": "pga.brt.tabs.page.name"
        },
        "key": "tabs-page-separator",
        "parameters": [
          {
            "identifier": "tabTitle",
            "name": {
              "value": "Title"
            },
            "type": "string",
            "required": true,
            "multiple": false
          }
        ],
        "imagePlaceholder": {
          "height": 40,
          "width": 200,
          "url": "https://cbbrt.pgaconsult.ro/imgs/tabplaceholder.png",
          "applyChrome": true
        }
      }
    ],
    "confluenceThemes": [
      {
        "key": "brick-red-theme",
        "icon": {
          "width": 110,
          "height": 90,
          "url": "/imgs/themelogo.png"
        },
        "name": {
          "value": "Brick Red",
          "i18n": "pga.brick.name"
        },
        "description": {
          "value": "Brick red theme with custom overview page",
          "i18n": "pga.brick.description"
        },
        "routeOverride": true,
        "availableGlobally": false,
        "routes": {
          "spaceview": {
            "url": "/brickhome?key={space.key}"
          }
        },
        "lookAndFeel": {
          "bordersAndDividers": {
            "color": "#FF8C00"
          },
          "content": {
            "container": {
              "borderRadius": "0%",
              "background": "#ffffff",
              "padding": "0 40px 40px 40px"
            },
            "header": {
              "background": "rgba(0, 0, 0, 0.2)",
              "borderRadius": "0%",
              "padding": "0 40px 40px 40px"
            },
            "body": {
              "background": "#ffffff",
              "borderRadius": "0 0 0 0",
              "padding": "0 40px 40px 40px"
            },
            "screen": {
              "background": "#b51a42",
              "gutterTop": "20px",
              "gutterRight": "small",
              "gutterBottom": "none",
              "gutterLeft": "medium",
              "header": {
                "backgroundColor": "#990000"
              }
            },
            "globalNavigation": {
              "color": "#990000",
              "backgroundColor": "#FFFFFF"
            },
            "contextualNavigation": {
              "color": "#990000",
              "backgroundColor": "#FFFFFF"
            }
          },
          "headings": {
            "color": "#990000"
          },
          "header": {
            "color": "#FFFFFF",
            "backgroundColor": "#b51a42",
            "button": {
              "backgroundColor": "#FF8C00",
              "color": "#CC0000"
            },
            "search": {
              "backgroundColor": "#FF8C00",
              "color": "#FFFFFF"
            },
            "primaryNavigation": {
              "color": "#000000",
              "hoverOrFocus": {
                "backgroundColor": "#b51a42",
                "color": "#FFFFFF"
              }
            },
            "secondaryNavigation": {
              "color": "#000000",
              "hoverOrFocus": {
                "backgroundColor": "#b51a42",
                "color": "#b51a42"
              }
            }
          },
          "links": {
            "backgroundColor": "#FF8C00",
            "color": "#FF8C00"
          },
          "menus": {
            "backgroundColor": "#b51a42",
            "color": "#722837",
            "hoverOrFocus": {
              "backgroundColor": "#b51a42"
            }
          }
        }
      }
    ]
  }
}
