- aggiunto FeaturesSection all'editor HTML

This commit is contained in:
Surya Paolo
2025-09-17 01:21:40 +02:00
parent e40bf8b73d
commit 917cdaa754
17 changed files with 307 additions and 49 deletions

View File

@@ -199,6 +199,13 @@ export interface IMyElem {
rows?: any[]
columns?: any[]
elems?: any[]
features?: IFeatSection[]
}
export interface IFeatSection {
name?: string
icon?: string
description?: string
}
export interface IElemText {