Skip to main content

Change global search bar text for individual viewer

Comments

2 comments

  • John Nerge
    If I remember correctly, you have to make a copy of the Mapping.en.US.json.js file, change the "language-search-placeholder" setting to the text you want it to display, and then update the reference in your viewer to point to your updated copy.

     

          {

     

            "id": "Mapping",

     

            "uri": "Resources/Compiled/Mapping.js",

     

            "locales": [

     

              {

     

                "locale": "en-US",

     

                "uri": "Resources/Locales/Mapping.en-US.json.js"

     

              }
    0
  • Permanently deleted user
    Hi John, thanks that worked perfectly! 
    0

Please sign in to leave a comment.