OBJECT

AlpPhoneWidget

A Widget for customizing a contact phone number in the Admin Landing Page project

link GraphQL Schema definition

  • type AlpPhoneWidget implements AlpWidgetInterface {
  • # Id of the Widget
  • id: Int!
  • # Group where the Widget belongs to
  • group: AlpGroup!
  • # Number of columns the widget will takes on a grid (6 or 12).
  • size: Int!
  • # Title of the Widget
  • title: String!
  • # Description of the Widget
  • description: String
  • # The Widget which precedes this one
  • prevWidget: AlpWidgetInterface
  • # The Widget which follows this one
  • nextWidget: AlpWidgetInterface
  • # Can use call center number?
  • canUseCallCenter: Boolean!
  • }

link Require by