diff --git a/Wwws_project.md b/Wwws_project.md index 4e29ca0..a4c92de 100644 --- a/Wwws_project.md +++ b/Wwws_project.md @@ -34,6 +34,72 @@ tribename/objects/wwws/itm/appname.json // Contain all parameter You can get an example in adminapi/apxtri/setup/nginx.wwwcf this will redirect the website to /appname/dist/ or you can access http://appname.tribename.townname.nationname/src/pagename_lg.html +### localdb + +tribename/objects/wwws/itm/appname.json + +``` +{ +"dns": [ "smatchapp.smatchit.newdev.ants", "smatchapp.smatchit" ], + "version": "1", + "pages": { + "pagename": { + "version": 1, + "confpage": {}, + "profils": [ "anonymous" ], // profil tha access those data + "schema": ["adminapi/objects/pagans"] , + "options":{"profil":"tribename/objects/options/profil"}, + "tpl":{"menu":"adminapi/objects/wco/wconame/tplname"}, // where file tplname_lg.mustache exist + "tpldata":{...} + + } + } +} +``` +### page web + +To add a wco + +``` + + +
+ +