new wco wwws compatible with new backeend

This commit is contained in:
2025-07-23 12:36:48 +02:00
parent bc76840707
commit b6ae865332
23 changed files with 1702 additions and 94 deletions

View File

@@ -25,9 +25,9 @@
"profil": "{{tribe}}/objects/options/profil"
},
"ref": {
"Odmdb": "apxtri/objects/tplstrings/Odmdb",
"Pagans": "apxtri/objects/tplstrings/Pagans",
"Persons": "apxtri/objects/tplstrings/Persons"
"Odmdb": "apxtri/models/tplstrings/Odmdb",
"Pagans": "apxtri/models//tplstrings/Pagans",
"Persons": "apxtri/models/tplstrings/Persons"
},
"schema": [
"apxtri/objects/pagans",

View File

@@ -11,7 +11,7 @@
"tpl": {},
"tpldata": {},
"ref": {
"Checkjson": "apxtri/objects/tplstrings/Checkjson",
"Notification": "apxtri/objects/tplstrings/Notifications", "Middlewares": "apxtri/objects/tplstrings/middlewares"
"Checkjson": "apxtri/models/tplstrings/Checkjson",
"Notification": "apxtri/models/tplstrings/Notifications", "Middlewares": "apxtri/models/tplstrings/Middlewares"
}
}

View File

@@ -23,9 +23,9 @@
"profil": "{{tribeId}}/objects/options/profil"
},
"ref": {
"Odmdb": "apxtri/objects/tplstrings/Odmdb",
"Pagans": "apxtri/objects/tplstrings/Pagans",
"Persons": "apxtri/objects/tplstrings/Persons"
"Odmdb": "apxtri/models/tplstrings/Odmdb",
"Pagans": "apxtri/models/tplstrings/Pagans",
"Persons": "apxtri/models/tplstrings/Persons"
},
"schema": ["apxtri/objects/pagans", "{{tribe}}/objects/persons"]
}