Projet

Général

Profil

0003-toulouse-add-dpark-json-cell-47647.patch

Benjamin Dauvergne, 22 octobre 2020 14:47

Télécharger (1,14 ko)

Voir les différences:

Subject: [PATCH 3/3] toulouse: add dpark json cell (#47647)

 static/toulouse/config.json | 12 ++++++++++++
 1 file changed, 12 insertions(+)
static/toulouse/config.json
116 116
          "form": [
117 117
            {"label": "Identifiant du connecteur", "varname": "slug", "required": true}
118 118
          ]
119
        },
120
        "dpark": {
121
          "name": "Information abonnement stationnement",
122
          "url": "{{ passerelle_url }}dpark/{{ dpark_instance }}/infos/{{ user_nameid }}/",
123
          "varnames": [],
124
          "form": [
125
            {"label": "Slug du connecteur Dpark", "varname": "dpark_instance"},
126
            {"label": "Url du formulaire d'appairage", "varname": "pairing_form_url"}
127
          ],
128
          "log_errors": true,
129
          "cache_duration": 30,
130
          "force_async": true
119 131
        }
120 132
      }
121 133
    }
122
-