OBJECT
AlpTextWidget
A Widget for customizing a text in the Admin Landing Page project
link GraphQL Schema definition
- type AlpTextWidget implements AlpWidgetInterface {
- # Id of the Widget
- Int! :
- # Group where the Widget belongs to
- AlpGroup! :
- # Number of columns the widget will takes on a grid (6 or 12).
- Int! :
- # Title of the Widget
- String! :
- # Description of the Widget
- String :
- # The Widget which precedes this one
- AlpWidgetInterface :
- # The Widget which follows this one
- AlpWidgetInterface :
- # Text associated to this widget
- String :
- }