CMSEditorComponent
type CMSEditorComponent {
type: String!
tagName: String
content: Any
classes: [String!]
stylable: [String!]!
attributes: Map
components: [CMSEditorComponent!]!
}
Fields
CMSEditorComponent.type ● String! non-null scalar
CMSEditorComponent.tagName ● String scalar
CMSEditorComponent.content ● Any scalar
CMSEditorComponent.classes ● [String!] list scalar
CMSEditorComponent.stylable ● [String!]! non-null scalar
CMSEditorComponent.attributes ● Map scalar
CMSEditorComponent.components ● [CMSEditorComponent!]! non-null object
Member Of
CMSEditorComponent object ● CMSEditorPage object