When I run webide project in UI5, it use sap_bluecrystal theme(webapp/resources/sap/ui/core/themes/sap_bluecrystal/library.css), but when I register my project to Fiori Launchpad of Portal Service, the theme changed to sap_belize.(resources/sap/fiori/themes/sap_belize/library.css?version=1.44.11&sap-ui-dist-version=1.44.11)
I want the theme to be consistent, I changed the manifest.json
but it did not work:
"sap.ui": {
"supportedThemes": [
"sap_belize"
]
}
And in Project Settings -> SAPUI5
, it can only change UI5 versions, not theme.
component-based app
template confused me. Thanks to @loki, I located that index html file intest/flpSandbox.html
– Tina Chen