INPUT_OBJECT
UpdatePopupOrionInputTranslations
Translations of a PopupOrion
link GraphQL Schema definition
- input UpdatePopupOrionInputTranslations {
- # Translation locale
- : String!
- # Translation of attribute « content »
- : String
- # Translation of attribute « closeButtonLabel »
- : String
- # Translation of attribute « displayAlternativeButton »
- : Boolean
- # Translation of attribute « alternativeButtonLabel »
- : String
- # Translation of attribute « alternativeButtonLink »
- : String
- # Translation of attribute « buttonsAlignment »
- : PopupButtonsAlignment
- }