- aggiunto FeaturesSection all'editor HTML
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user