- Choix d'un media d'accueil dans les parametres Evenement - GIF ou video (MP4/WebM) joue en boucle en fond d'ecran - Import direct depuis le backoffice - Si aucun media, l'animation cercle par defaut est affichee - Le texte (nom evenement, instruction) reste par-dessus Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
86 lines
1.7 KiB
JSON
86 lines
1.7 KiB
JSON
{
|
|
"evenement": {
|
|
"nom": "Mon Evenement",
|
|
"logo": null,
|
|
"couleur_primaire": "#e91e63",
|
|
"couleur_secondaire": "#ffffff",
|
|
"media_accueil": null
|
|
},
|
|
"fonctionnalites": {
|
|
"photo_simple": true,
|
|
"multi_shot": true,
|
|
"filtres": true,
|
|
"overlays": true,
|
|
"chroma_key": false,
|
|
"impression": true,
|
|
"email": true,
|
|
"qr_code": true,
|
|
"galerie": true
|
|
},
|
|
"camera": {
|
|
"appareil": null,
|
|
"iso": "auto",
|
|
"balance_blancs": "auto",
|
|
"compte_a_rebours": 3,
|
|
"animation_compte_a_rebours": "classique",
|
|
"animations_css_actives": ["classique"]
|
|
},
|
|
"animations_custom": {
|
|
"actives": []
|
|
},
|
|
"compteur": {
|
|
"actif": true,
|
|
"limite": 400,
|
|
"photos_prises": 0
|
|
},
|
|
"destinations": {
|
|
"memoire_interne": true,
|
|
"cle_usb": false,
|
|
"chemin_usb": "/media/usb",
|
|
"ftp": false,
|
|
"ftp_host": "",
|
|
"ftp_port": 21,
|
|
"ftp_user": "",
|
|
"ftp_password": "",
|
|
"ftp_chemin": "/photobooth",
|
|
"site_web": false,
|
|
"site_web_url": "",
|
|
"email_auto": false,
|
|
"sauvegarder_tout": true
|
|
},
|
|
"impression": {
|
|
"imprimante": null,
|
|
"copies_max": 5,
|
|
"format": "10x15"
|
|
},
|
|
"cadres": {
|
|
"actifs": []
|
|
},
|
|
"email": {
|
|
"smtp_host": "",
|
|
"smtp_port": 587,
|
|
"smtp_user": "",
|
|
"smtp_password": "",
|
|
"expediteur": "",
|
|
"sujet": "Votre photo - {evenement}",
|
|
"message": "Voici votre photo prise lors de {evenement} ! Merci et a bientot."
|
|
},
|
|
"qr_code": {
|
|
"url_galerie": ""
|
|
},
|
|
"multi_shot": {
|
|
"nombre_photos": 3,
|
|
"mode": "strip",
|
|
"delai_entre_photos": 2
|
|
},
|
|
"chroma_key": {
|
|
"couleur": "#00ff00",
|
|
"tolerance": 40,
|
|
"fond_par_defaut": null
|
|
},
|
|
"serveur": {
|
|
"host": "0.0.0.0",
|
|
"port": 8080
|
|
}
|
|
}
|