How to setup configurations in draw.io documentations

This article explains how to fill the references inside the documentation of projects in Draw.io
  1. Inside of Draw.io: → Extras → configuration

    Untitled

  2. Then the following window opens:

    Untitled

  3. Here, use the following commands to change all the global variables you want to:

    {
      "globalVars": {
        "approvingPerson": "PERSON",
            "legalOwner": "PERSON",
            "CUSTOMER": "CUSTOMER", 
            "PROJECT": "ProjectXY", 
    	//	and so on  //
    
      }
    }
    
  4. After this, you need to restart the application of draw.io and re-open the file.

  5. To reverse this step: Just clean the configuration window and restart the application again.

Last modified February 17, 2023: update (#208) (ea731fc)