Editor - Settings - Includes - Integration

This view contains a specific list of configurations so they must be added one by one manually. a continuation will show the languages for title, description, and action of each. Titles and descriptions like all multilanguage web texts should be called with the function translate(key) and actions open respective modals for each configuration.

Controller: integrationSettingsEditorCtrl

  • Push notification:
    Tittle: 'PUSH_NOTIFICATIONS'
    Description: 'PUSH_NOTIFICATIONS_DESC'
    Action: notificationSettings()
  • Facebook Settings:
    Tittle: FACEBOOK_SETTINGS’
    Description: FACEBOOK_SETTINGS_DESC
    Action: facebookSettings()
  • Comunication settings:
    Tittle: COMUNICATION_SETTINGS
    Description: COMUNICATION_SETTINGS_DESC
    Action: comunicationSettings()
  • Cloudinary settings:
    Tittle: CLOUDINARY_SETTINGS
    Description: CLOUDINARY_SETTINGS_DESC
    Action: cloudinarySettings()
  • Stripe settings:
    Tittle: STRIPE_SETTINGS
    Description: STRIPE_SETTINGS_DESC
    Action: stripeSettings()
  • Stripe connect settings:
    Tittle: STRIPE_CONNECT_SETTINGS
    Description: STRIPE_CONNECT_SETTINGS_DESC
    Action: stripeConnectSettings()

Example of base theme

1079