OBJECT
AlpArticlesWidget
A Widget for customizing an article in the Admin Landing Page project
link GraphQL Schema definition
- type AlpArticlesWidget 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
- # Repository where images will be uploaded
- : AlpWidgetImageRepositoryType!
- # Category associated to this widget
- : Category!
- # Can social networks be edited?
- : Boolean!
- # Default media size
- : MediaSize
- }