Skip to content

Instantly share code, notes, and snippets.

@amixpal
Last active August 23, 2023 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amixpal/74ecc23eba42ef0151d03c299e288082 to your computer and use it in GitHub Desktop.
Save amixpal/74ecc23eba42ef0151d03c299e288082 to your computer and use it in GitHub Desktop.
{
"WIDGET_BUTTON_TYPE" : "inline",
"THEME_COLOR" : "#263165",
"USER_LOCALE" : "nl-NL",
"BASE_URL" : "https://automicle-demo-i74db4utxa-ez.a.run.app/",
"BRANDING_LOGO_URL" : "https://mobizz.eu/wp-content/uploads/2023/03/cropped-Middel-5@2x-192x192.png",
"ENABLE_EMAIL_PNR" : true,
"SUPPORT_EMAIL" : "lorenzo@chipbizz.com",
"IOS_APP_LINK" : "https://apps.apple.com/us/app/acompanion/id6449096055/",
"ANDROID_APP_LINK" : "https://play.google.com/store/apps/details?id=com.automicle.app.companion",
"JOURNEY_INSTRUCTIONS" : [
"Activate your ticket before the journey date.",
"Familiarize yourself with the rules and regulations.",
"Arrive early at the departure point.",
"Keep your ticket accessible throughout the journey."
],
"APP_DOWNLOAD_INSTRUCTIONS" : [
"Download the App: Tap on the provided image to download the companion app.",
"Enter PNR and Confirm: Open the app, enter your PNR, and confirm your journey.",
"Scan Ticket: Use the app to scan each ticket's barcode or QR code for easy access and validation."
],
"USER_INPUT_FORM" : [
{
"type" : "text",
"label" : "First Name",
"placeholder" : "Enter your first name",
"name" : "firstName"
},
{
"type" : "text",
"label" : "Last Name",
"placeholder" : "Enter your last name",
"name" : "lastName"
},
{
"type" : "email",
"label" : "Email",
"placeholder" : "Enter your email",
"name" : "email"
},
{
"type" : "checkbox",
"name" : "termsNConditionCheck",
"checkboxText" : "<p>By using this service, you accept <a href='https://legal.automicle.com' target='_blank' rel='noreferrer'>our terms and conditions</a>.</p>"
},
{
"type" : "checkbox",
"name" : "someInformationCheck",
"checkboxText" : "<p>This ticket is non-changeable, meaning you cannot change the name on it.</p>"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment