syndesisio / syndesis-openshift-templates

OpenShift Templates for Syndesis
7 stars 18 forks source link

Add branding config to config.json #89

Open gashcrumb opened 7 years ago

gashcrumb commented 7 years ago

For syndesis-ui

gashcrumb commented 7 years ago

This is the additional data that's needed in config.json:

        "branding": {
          "logoWhiteBg": "assets/images/syndesis-logo-svg-white.svg",
          "logoDarkBg": "assets/images/syndesis-logo-svg-white.svg",
          "iconWhiteBg": "assets/images/glasses_logo_square.png",
          "iconDarkBg": "assets/images/glasses_logo_square.png",
          "appName": "Syndesis",
          "favicon32": "/favicon-32x32.png",
          "favicon16": "/favicon-16x16.png",
          "touchIcon": "/apple-touch-icon.png"
        },
gashcrumb commented 7 years ago

@rhuss of course, I'm on Windows here, which can't run run.sh properly :-)

gashcrumb commented 7 years ago

Settings for product:

  "branding": {
    "logoWhiteBg": "",
    "logoDarkBg": "",
    "iconWhiteBg": "assets/images/FuseIgniteLogo_Black.svg",
    "iconDarkBg": "assets/images/FuseIgniteLogo_White.svg",
    "appName": "Fuse Ignite",
    "favicon32": "/favicon-32x32.png",
    "favicon16": "/favicon-16x16.png",
    "touchIcon": "/apple-touch-icon.png"
  },,
rhuss commented 7 years ago

Cool, thanks ! Going to update the templates accordingly.

rhuss commented 7 years ago

See https://github.com/syndesisio/syndesis-openshift-templates/pull/90 for the template PR.

gashcrumb commented 7 years ago

Awesome, thanks! I got updated product SVGs for the logo, updated the example config above just so we don't forget 'em. I left the previous product logo in the repo too just to be on the safe side, it's effectively the same really.