INTERFACE
AlpWidgetInterface
An abstract widget in the Admin Landing Page project
link GraphQL Schema definition
- interface 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 :
- }
link Require by
- AlpAddressWidgetA Widget for customizing an address in the Admin Landing Page project
- AlpArticlesWidgetA Widget for customizing an article in the Admin Landing Page project
- AlpArticleWidgetA Widget for customizing an article in the Admin Landing Page project
- AlpContactEmailWidgetA Widget for customizing a contact email in the Admin Landing Page project
- AlpContactFormSubmissionsWidgetA Widget for customizing contact form submissions in the Admin Landing Page project
- AlpCustomFieldImageWidgetA Widget for customizing a images custom field in the Admin Landing Page project
- AlpCustomFieldListWidgetA Widget for customizing a list of custom field in the Admin Landing Page project
- AlpCustomFieldWidgetA Widget for customizing a custom field in the Admin Landing Page project
- AlpGroupA Group in the Admin Landing Page project
- AlpImagineListWidgetA Widget for customizing an ImagineList in the Admin Landing Page project
- AlpLogoWidgetA Widget for customizing the logo of a site in the Admin Landing Page project
- AlpPhoneWidgetA Widget for customizing a contact phone number in the Admin Landing Page project
- AlpReviewsWidgetA Widget for manage reviews in the Admin Landing Page project
- AlpScheduleWidgetA Widget for customizing a schedule in the Admin Landing Page project
- AlpServicesWidgetA Widget for customizing services and services categories in the Admin Landing Page project
- AlpSiteCallsWidgetA Widget for customizing site calls in the Admin Landing Page project
- AlpSliderWidgetA Widget for customizing an images slider in the Admin Landing Page project
- AlpTextWidgetA Widget for customizing a text in the Admin Landing Page project
- AlpWidgetInterfaceAn abstract widget in the Admin Landing Page project