saumur: make commune selector easier to use in combo (#70620)

This commit is contained in:
Agate 2022-12-14 16:17:08 +01:00
parent 010a0258a3
commit 24d54bdb02
1 changed files with 8 additions and 0 deletions

View File

@ -10,6 +10,14 @@
"header:logo": { "label": "Têtière : logo" },
"header:background": {"label": "Têtière : image de fond"}
},
"COMBO_CELL_TEMPLATES.update" : {
"data_linklistcell" : {
"service-commune" : {
"extra-css-classes" : "choix-commune",
"label" : "Changer de commune",
"template" : "combo/cells/services-communes/link-list-cell.html"
}
}
}
}
}