✨(frontend) integrate configurable Waffle
Integrate Waffle component based on LaGaufreV2 from @gouvfr-lasuite/ui-kit. Waffle will be fully configurable via the app config, allowing to be set through environment variables and api-provided configuration.
This commit is contained in:
@@ -139,5 +139,30 @@
|
||||
"src": "/assets/icon-docs.svg",
|
||||
"width": "32px"
|
||||
}
|
||||
},
|
||||
"waffle": {
|
||||
"data": {
|
||||
"services": [
|
||||
{
|
||||
"name": "Docs",
|
||||
"url": "https://docs.numerique.gouv.fr/",
|
||||
"maturity": "stable",
|
||||
"logo": "https://lasuite.numerique.gouv.fr/assets/products/docs.svg"
|
||||
},
|
||||
{
|
||||
"name": "Visio",
|
||||
"url": "https://visio.numerique.gouv.fr/",
|
||||
"maturity": "stable",
|
||||
"logo": "https://lasuite.numerique.gouv.fr/assets/products/visio.svg"
|
||||
},
|
||||
{
|
||||
"name": "Fichiers",
|
||||
"url": "https://fichiers.numerique.gouv.fr/",
|
||||
"maturity": "stable",
|
||||
"logo": "https://lasuite.numerique.gouv.fr/assets/products/fichiers.svg"
|
||||
}
|
||||
]
|
||||
},
|
||||
"showMoreLimit": 9
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user