OSONS Osons penser. Osons créer. Osons transmettre.
Kids Coaching Apps

Créer une App

Remplissez les champs. Vous obtiendrez un fichier prêt à copier dans /apps/<slug>/index.html et une entrée JSON à ajouter dans /data/apps.json.






1) App HTML: /apps/<slug>/index.html

2) JSON entry for /data/apps.json

`; appJson.value = `{ "slug": "${slug}", "path": "${path}", "published": true, "fr": { "title": "${titleFr}", "summary": "${sumFr}", "tags": [] }, "en": { "title": "${titleEn}", "summary": "${sumEn}", "tags": [] } }`; });