- aggiornati anche i ContribTypes che appaiono sulla card degli annunci

This commit is contained in:
Surya Paolo
2025-12-07 10:26:35 +01:00
parent 139d3fe241
commit 086e4ab8ba
3 changed files with 141 additions and 117 deletions

View File

@@ -19,6 +19,12 @@ const ContribtypeSchema = new Schema({
label: {
type: String,
},
icon: {
type: String,
},
color: {
type: String,
},
showprice: {
type: Boolean,
}