Correct export of Delivery Unit EON_XSJSFRAMEWORK (36 files, replaces incomplete initial export)

This commit is contained in:
Thorsten Schmitz
2026-07-09 02:02:07 +02:00
parent 997ad1c8f6
commit e5d9482cf1
35 changed files with 3067 additions and 918 deletions
+19 -26
View File
@@ -1,28 +1,21 @@
{
"exposed": true,
"authentication": [
{
"method": "Form"
}
],
"mime_mapping": [
{
"extension": "jpg",
"mimetype": "image/jpeg"
}
],
"force_ssl": false,
"enable_etags": true,
"prevent_xsrf": true,
"anonymous_connection": null,
"cors": [
{
"enabled": true
}
],
"allowOrigin": [
"*"
],
"cache_control": "no-cache, no-store",
"default_file": "index.html"
"exposed": true,
"authentication": [{
"method": "Form"
}],
"mime_mapping": [{
"extension": "jpg",
"mimetype": "image/jpeg"
}],
"force_ssl": false,
"enable_etags": true,
"prevent_xsrf": true,
"anonymous_connection": null,
"cors": [{
"enabled": true
}],
"allowOrigin": ["*"],
"cache_control": "no-cache, no-store",
"default_file": "index.html"
}