OBJECT
AlpCustomFieldImageWidget
A Widget for customizing a images custom field in the Admin Landing Page project
link GraphQL Schema definition
- type AlpCustomFieldImageWidget 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!
- # Field associated to this widget
- : Field!
- # Image path format
- : AlpCustomFieldImageFormatType!
- }