INPUT_OBJECT

UpdatePopupOrionInputTranslations

Translations of a PopupOrion

link GraphQL Schema definition

  • input UpdatePopupOrionInputTranslations {
  • # Translation locale
  • locale: String!
  • # Translation of attribute « content »
  • content: String
  • # Translation of attribute « closeButtonLabel »
  • closeButtonLabel: String
  • # Translation of attribute « displayAlternativeButton »
  • displayAlternativeButton: Boolean
  • # Translation of attribute « alternativeButtonLabel »
  • alternativeButtonLabel: String
  • # Translation of attribute « alternativeButtonLink »
  • alternativeButtonLink: String
  • # Translation of attribute « buttonsAlignment »
  • buttonsAlignment: PopupButtonsAlignment
  • }