maj site admin

This commit is contained in:
2025-10-01 15:10:50 +02:00
parent 46cf2e83e2
commit b804230b1b
17 changed files with 312 additions and 18 deletions

31
wco/itm/apxprofil.json Normal file
View File

@@ -0,0 +1,31 @@
{
"wconame": "apxprofil",
"owner": "philc",
"price": 1,
"aliascode": [],
"commentaliascode": "if paid wco then [tribename_uniquecode,...]",
"codehash": "123",
"thumbnail": "",
"title": "Manage a pagans profil",
"description": "Allow for an alias to manage its public data, and some private data like towns i am following, tribes i joined, my public data link to this alias, eventually my other alias and their privatekey",
"lang": ["fr"],
"tpl": {
"apxprofilmain":"apxtri/objects/wco/apxprofil/main",
"apxprofilscreenmyalias":"apxtri/objects/wco/apxprofil/screenmyalias",
"apxprofilscreenpublicdata":"apxtri/objects/wco/apxprofil/screenpublicdata",
"apxprofilscreenmytowns":"apxtri/objects/wco/apxprofil/screenmytowns",
"apxprofilscreenmytribes":"apxtri/objects/wco/apxprofil/screenmytribes"
},
"tpldatamodel": { "apxauth": "apxtri/objects/wco/apxprofil/exampleapxprofil" },
"options": {
"profil": "{{tribeId}}/objects/options/profil"
},
"ref": {
"Odmdb": "apxtri/models/tplstrings/Odmdb",
"Pagans": "apxtri/models/tplstrings/Pagans",
"Persons": "apxtri/models/tplstrings/Persons",
"Tribes":"apxtri/models/tplstrings/Tribes",
"Towns":"apxtri/models/tplstrings/Towns"
},
"schema": ["apxtri/objects/pagans", "{{tribe}}/objects/persons","{{tribe}}/objects/tribes","{{tribe}}/objects/towns"]
}