- aggiunto FeaturesSection all'editor HTML

This commit is contained in:
Surya Paolo
2025-09-17 01:21:46 +02:00
parent c37280fa4a
commit 4a05ddee50
2 changed files with 19 additions and 5 deletions

View File

@@ -207,6 +207,19 @@ const MySingleElemSchema = {
},
elemsText: [elemText],
anim: animation,
features: [
{
name: {
type: String,
},
icon: {
type: String,
},
description: {
type: String,
},
},
],
active: {
type: Boolean,
default: false,