Skip to content

Commit

Permalink
Update schema and start.sh
Browse files Browse the repository at this point in the history
Signed-off-by: at670475 <[email protected]>
  • Loading branch information
taban03 committed Jul 7, 2023
1 parent 4e6172d commit e4c6642
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 22 deletions.
6 changes: 2 additions & 4 deletions api-catalog-package/src/main/resources/bin/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,9 @@ _BPX_JOBNAME=${ZWE_zowe_job_prefix}${CATALOG_CODE} java \
-Dapiml.catalog.customStyle.fontFamily=${ZWE_configs_apiml_catalog_customStyle_fontFamily:-} \
-Dapiml.catalog.customStyle.backgroundColor=${ZWE_configs_apiml_catalog_customStyle_backgroundColor:-} \
-Dapiml.catalog.customStyle.titlesColor=${ZWE_configs_apiml_catalog_customStyle_titlesColor:-} \
-Dapiml.catalog.customStyle.focusColor=${ZWE_configs_apiml_catalog_customStyle_focusColor:-} \
-Dapiml.catalog.customStyle.hoverColor=${ZWE_configs_apiml_catalog_customStyle_hoverColor:-} \
-Dapiml.catalog.customStyle.hyperlinksColor=${ZWE_configs_apiml_catalog_customStyle_hyperlinksColor:-} \
-Dapiml.catalog.customStyle.boxShadowColor=${ZWE_configs_apiml_catalog_customStyle_boxShadowColor:-} \
-Dapiml.catalog.customStyle.headerColor=${ZWE_configs_apiml_catalog_customStyle_headerColor:-} \
-Dapiml.catalog.customStyle.textColor=${ZWE_configs_apiml_catalog_customStyle_textColor:-} \
-Dapiml.catalog.customStyle.docLink=${ZWE_configs_apiml_catalog_customStyle_docLink:-} \
-Dapiml.httpclient.ssl.enabled-protocols=${ZWE_components_gateway_apiml_httpclient_ssl_enabled_protocols:-"TLSv1.2"} \
-Dspring.profiles.include=$LOG_LEVEL \
-Dserver.address=0.0.0.0 \
Expand Down
28 changes: 10 additions & 18 deletions schemas/catalog-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,35 +38,27 @@
},
"titlesColor": {
"type": "string",
"description": ""
"description": "Color of the Catalog title labels"
},
"fontFamily": {
"type": "string",
"description": ""
"description": "Font family used for the UI"
},
"hoverColor": {
"type": "string",
"description": ""
},
"focusColor": {
"type": "string",
"description": ""
},
"hyperlinksColor": {
"headerColor": {
"type": "string",
"description": ""
"description": "Header color"
},
"boxShadowColor": {
"backgroundColor": {
"type": "string",
"description": ""
"description": "Background color for dashboard and detail page"
},
"headerColor": {
"textColor": {
"type": "string",
"description": ""
"description": "Color used for the UI paragraph texts (i.e. service description)"
},
"backgroundColor": {
"docLink": {
"type": "string",
"description": ""
"description": "Custom link that would be displayed in the top right side of the header"
}
}
}
Expand Down

0 comments on commit e4c6642

Please sign in to comment.