OBJECT
ThemeComponent
Theme component
link GraphQL Schema definition
- type ThemeComponent {
- # Id
- : String!
- # Name
- : String!
- # HTML template
- : String
- # List of parameters
- : [ThemeComponentParameter]!
- # List of entity parameters
- : [ThemeComponentEntityParameter]!
- # Type
- : ThemeComponentType!
- # Layout types this component can be used in (null means all layouts)
- : [ThemeLayoutType]
- # Is component enabled ?
- : Boolean!
- # Is default component ?
- : Boolean!
- }