* IMPORTANT: You need to re-enter the password once after installing this version!

* rework index_m
This commit is contained in:
Ingo Fischer
2022-03-22 22:57:40 +01:00
parent 0d28c7e54b
commit 5cb493481e
4 changed files with 124 additions and 153 deletions
+13 -2
View File
@@ -87,7 +87,12 @@
],
"dependencies": [
{
"js-controller": ">=2.0.0"
"js-controller": ">=3.0.0"
}
],
"globalDependencies": [
{
"admin": ">=4.0.19"
}
],
"plugins": {
@@ -105,6 +110,12 @@
"password": "",
"secure": false
},
"protectedNative": [
"password"
],
"encryptedNative": [
"password"
],
"objects": [],
"instanceObjects": [
{
@@ -137,4 +148,4 @@
"native": {}
}
]
}
}