From ede027dc01fa835a952622990daf78e7e53071e4 Mon Sep 17 00:00:00 2001 From: Julie Thezenas <julie@lydra.fr> Date: Fri, 7 Jan 2022 13:31:02 +0000 Subject: [PATCH] feat: testing about.js --- Discourse_test/about.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Discourse_test/about.js b/Discourse_test/about.js index e69de29..9e2fcd7 100644 --- a/Discourse_test/about.js +++ b/Discourse_test/about.js @@ -0,0 +1,5 @@ +{ + "name": "My first remote theme", + "about_url": "https://some.url.com", + "license_url": "https://github.com/GitHubUsername/my-first-remote-theme/blob/master/LICENSE" + } -- GitLab