gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] branch master updated: moved json files


From: gnunet
Subject: [taler-anastasis] branch master updated: moved json files
Date: Thu, 10 Sep 2020 12:04:09 +0200

This is an automated email from the git hooks/post-receive script.

dennis-neufeld pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new b4ab6fa  moved json files
b4ab6fa is described below

commit b4ab6fa7524c1c3c3d1f6c4c560de4a122bf8d27
Author: Dennis Neufeld <dennis.neufeld@students.bfh.ch>
AuthorDate: Thu Sep 10 12:04:01 2020 +0200

    moved json files
---
 src/lib/redux.ch.json        | 20 --------------------
 src/lib/redux.countries.json | 17 -----------------
 2 files changed, 37 deletions(-)

diff --git a/src/lib/redux.ch.json b/src/lib/redux.ch.json
deleted file mode 100644
index 63b900b..0000000
--- a/src/lib/redux.ch.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
-    "required_attributes": [
-       {
-           "type": "string",
-           "name": "full_name",
-           "label": "Full name",
-           "label_i18n":{"de":"Vollstaendiger Name"},
-           "widget": "ANASTASIS_IA_full_name"
-       },
-       {
-           "type": "date",
-           "name": "birthdate",
-           "label": "Birthdate",
-           "label_i18n":{"de":"Geburtsdatum"},
-           "widget": "ANASTASIS_IA_birthdate"
-       }
-       ],
-}
-
-
diff --git a/src/lib/redux.countries.json b/src/lib/redux.countries.json
deleted file mode 100644
index 1756a2c..0000000
--- a/src/lib/redux.countries.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-    "countries": [
-       { "code" : "ch",
-         "continent" : "Europe",
-         "name" : "Switzerland",
-         "name_i18n" : { "de":"Schweiz" },
-         "currency": "CHR"
-       },
-       { "code" : "de",
-         "name" : "Germany",
-         "continent" : "Europe",
-         "continent_i18n" : { "de" : "Europa" },
-         "name_i18n" : { "de_CH":"Grosses Kanton" },
-         "currency": "EUR"
-       },
-    ]
-}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]