From 23c196ffa64ca6fadd44137371598126977f82c2 Mon Sep 17 00:00:00 2001 From: omni Date: Sun, 21 Jun 2026 14:51:21 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20templates.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates.json b/templates.json index 9be7831..084aedb 100644 --- a/templates.json +++ b/templates.json @@ -1,10 +1,9 @@ [ { - "id": "wifi_wpa", "name": "Wi-Fi (WPA)", "fields": [ - {"name" :"string"}, - {"password": "string"} + {"id": "name", "name" :"Name", "type": "String"}, + {"id": "password", "name" :"Password", "type": "String"} ], "template": "WIFI:S:$name$;T:WPA;P:$password$;;" }