From a1a4fbce8e707cf004110d45622478c0302a1f31 Mon Sep 17 00:00:00 2001 From: Daniele Verducci Date: Tue, 1 Sep 2026 22:47:16 +0200 Subject: [PATCH] Json example --- remote-dialog/data.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 remote-dialog/data.json diff --git a/remote-dialog/data.json b/remote-dialog/data.json new file mode 100644 index 0000000..fe3173e --- /dev/null +++ b/remote-dialog/data.json @@ -0,0 +1,13 @@ +{ + "title": "Lorem ipsum", + "content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit", + "button1": { + "text": "Lorem", + "action": "https://nextcloud.com" + }, + "button2": { + "text": "Ipsum", + "action": "https://livellosegreto.it" + }, +} +