- aggiornato carrello e bottoni sul catalogo

This commit is contained in:
Surya Paolo
2025-06-12 10:08:13 +02:00
parent 25377090c1
commit 133dc6a502
7 changed files with 102 additions and 117 deletions

View File

@@ -28,6 +28,9 @@ const MyPageSchema = new Schema({
subtitle: {
type: String,
},
isTemplate: {
type: Boolean,
},
icon: {
type: String,
},