Initial export of EON_EMOBILITY_PROVIDER

This commit is contained in:
Thorsten Schmitz
2026-07-08 23:04:19 +02:00
commit 1baef99314
10 changed files with 121 additions and 0 deletions
@@ -0,0 +1,10 @@
{
"exposed": true,
"authentication": [
{
"method": "Form"
}
],
"force_ssl": false,
"cache_control": "no-cache, no-store"
}
@@ -0,0 +1,19 @@
{
"_version": "1.0.0",
"sap.app": {
"id": "uniorg.eon.emobility.provider.ui.pricematrix",
"type": "application",
"i18n": "i18n/i18n.properties",
"title": "{{appTitle}}",
"description": "{{appDescription}}",
"applicationVersion": {
"version": "1.0.0"
}
},
"sap.ui5": {
"rootView": {
"viewName": "uniorg.eon.emobility.provider.ui.pricematrix.view.App",
"type": "XML"
}
}
}