Configure external show infos and capture screen

You can configure which fields one can see and fill using the show infos configuration in the company settings section.

  1. Navigate to Company Settings
  2. Copy below “default” configuration and adjust it to your needs

You should only change the texts to a different text / or the booleans to true or false – changing the structure or removing elements can lead to the screen not working anymore.

To revert to the default screen just delete the whole configuration in your company settings.

{
   "currentShowInfos":{
      "visible":true,
      "title":"Current Show Infos",
      "subtitle":"Timelines / Hosting / Venue....",
      "elements":{
         "venue":{
         	"visible":true,
            "title":"Venue",
            "elements":{
               "name":{
                  "visible":true
               },
               "street":{
                  "visible":true
               },
               "zipCode":{
                  "visible":true
               },
               "city":{
                  "visible":true
               },
               "country":{
                  "visible":true
               }
            }
         },
         "timeline":{
         	"visible":true,
            "title":"Timeline",
            "elements":{
               "datetime":{
                  "visible":true
               },
               "shortDesc":{
                  "visible":true
               },
               "location":{
                  "visible":true
               }
            }
         },
         "hosting":{
            "visible":true,
            "title":"Hosting (if applicable)",
            "elements":{
               "description":{
                  "visible":true
               },
               "name":{
                  "visible":true
               },
               "address":{
                  "visible":true
               },
               "phone":{
                  "visible":true
               },
               "email":{
                  "visible":true
               }
            }
         }
      }
   },
   "showContacts":{
   	  "visible":true,
      "title":"Important contacts",
      "elements":{
         "preprod":{
         	"visible":true,
            "title":"Preproduction",
            "elements":{
               "name":{
                  "visible":true
               },
               "phone":{
                  "visible":true
               },
               "email":{
                  "visible":true
               }
            } 
         },
         "production":{
         	"visible":true,
            "title":"Production on Site",
            "elements":{
               "name":{
                  "visible":true
               },
               "phone":{
                  "visible":true
               },
               "email":{
                  "visible":true
               }
            }
         },
         "soundtech":{
         	"visible":true,
            "title":"Soundtech",
            "elements":{
               "name":{
                  "visible":true
               },
               "phone":{
                  "visible":true
               },
               "email":{
                  "visible":true
               }
            }
         },
         "lighttech":{
            "visible":true,
            "title":"Lighttech",
            "elements":{
               "name":{
                  "visible":true
               },
               "phone":{
                  "visible":true
               },
               "email":{
                  "visible":true
               }
            }
         }
      }
   },
   "artistContacts":{
   	  "visible":true,
      "title":"Contacts",
      "subtitle": "Preprod / Tech and Road Cotacts",
      "elements":{
         "preprod":{
            "visible":true,
            "title":"Preproduction",
            "subtitle":"For preproduction (contact us to change)",
            "elements":{
               "name":{
                  "visible":true
               },
               "phone":{
                  "visible":true
               },
               "email":{
                  "visible":true
               }
            },
            "roadContact":{
            "visible":true,
            "title":"Tour Manager / Road Contact",
            "subtitle":"...how to contact you on the road?",
            "elements":{
               "name":{
                  "visible":true
               },
               "phone":{
                  "visible":true
               },
               "email":{
                  "visible":true
               }
            },
            "soundTech":{
            "visible":true,
            "title":"Sound Tech",
            "subtitle":"Travelling with your own sound tech / or for pre-production...",
            "elements":{
               "name":{
                  "visible":true
               },
               "phone":{
                  "visible":true
               },
               "email":{
                  "visible":true
               },
               "soundTechOnTour":{
                  "visible":true
               }
            }
         },
            "lightTech":{
            "visible":true,
            "title":"Light Tech",
            "subtitle":"Travelling with your own light tech...",
            "elements":{
               "name":{
                  "visible":true
               },
               "phone":{
                  "visible":true
               },
               "email":{
                  "visible":true
               }
            }
         }
         }
      }
   }
},
   "rider":{
   	  "visible":true,
      "title":"Rider",
      "subtitle": "Riders upload and infos",
      }
      ,
   "travellingParty":{
   	  "visible":true,
      "title":"Travel Party",
      "subtitle": "Who are you travelling with?",
        "elements":{
               "firstName":{
                  "title":"First Name"
               },
               "lastName":{
                  "title":"Last Name"
               },
               "allergies":{
                  "title":"Allergies"
               },
               "roomingRequest":{
                  "visible":true
               }
            }
      },
       "travelinfo":{
   	  "visible":true,
      "title":"Travel Info",
      "subtitle": "All infos about arrival, departure & co.",
        "elements":{
               "travellby":{
               	  "visible":true,
                  "title":"Travelling by (type / approx dimensions / parking needed / etc. )"
               },
               "arrivalInfo":{
               	"visible":true,
                  "title":"Arrival Info (train info / flight number / time / etc. )"
               },
               "departureInfo":{
               	"visible":true,
                  "title":"Departure Info (train info / flight number / time / etc. )"
               }
            }
      },
             "general":{
   	  "visible":true,
      "title":"General",
      "subtitle": "General infos, backline requests and more...",
        "elements":{
               "backlineRequest":{
               	  "visible":true,
                  "title":"Backline request if applicable..."
               },
               "comments":{
               	"visible":true,
                  "title":"General comments:"
               }
            }
      }
  }

Powered by BetterDocs

No Responses

Leave a Reply

Your email address will not be published. Required fields are marked *