Files
suivi_produit/frontend/public/config_frontend.json
2026-01-25 14:48:26 +01:00

20 lines
393 B
JSON

{
"ui": {
"theme": "gruvbox_vintage_dark",
"button_mode": "text/icon",
"columns_desktop": 4,
"card_density": "comfortable",
"image_ratio": 46,
"show_fields": {
"price": true,
"stock": true,
"ratings": true,
"badges": true
},
"refresh_auto_seconds": 60
},
"versions": {
"frontend": "0.1.0",
"backend_expected": "0.1.0"
}
}