INPUT_OBJECT
CreateAlpCustomFieldImageWidgetInput
Input type for creating a CustomFieldImageWidget in the Admin Landing Page product
link GraphQL Schema definition
- input CreateAlpCustomFieldImageWidgetInput {
- # 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 id of a Field
- Int! :
- # Repository where images will be uploaded
- AlpWidgetImageRepositoryType! :
- # Image path format
- AlpCustomFieldImageFormatType :
- }