From 61a33a458fb677fbb3cfb994391ee88df0693ab7 Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 4 Mar 2020 17:17:28 +0100 Subject: [PATCH] =?UTF-8?q?Dateien=20hochladen=20nach=20=E2=80=9E=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gallery Test JSON --- gallery.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gallery.json diff --git a/gallery.json b/gallery.json new file mode 100644 index 0000000..f949191 --- /dev/null +++ b/gallery.json @@ -0,0 +1,15 @@ +{ + "gallery":[ + { + "img":"https://placekitten.com/800/500", + "default":true + }, + { + "img":"https://placekitten.com/805/505", + "default":false + }, + { + "img":"https://placekitten.com/815/515", + "default":false + }] +}