OBJECT
AlpArticleWidget
A Widget for customizing an article in the Admin Landing Page project
link GraphQL Schema definition
- type AlpArticleWidget 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 :
- # Category associated to this widget
- Category! :
- # Article associated to this widget
- Article! :
- # Can content be edited?
- Boolean! :
- # Can options be edited?
- Boolean! :
- # Can medias be edited?
- Boolean! :
- # Does the article have to contain only one media?
- Boolean! :
- }