X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Fgoodbyeworld%2Fconfig.json;fp=skyquake%2Fplugins%2Fgoodbyeworld%2Fconfig.json;h=6f2d3cb9ed6016b9be98258fa84eb72fd0d7bdee;hb=e29efc315df33d546237e270470916e26df391d6;hp=0000000000000000000000000000000000000000;hpb=9c5e457509ba5a1822c316635c6308874e61b4b9;p=osm%2FUI.git diff --git a/skyquake/plugins/goodbyeworld/config.json b/skyquake/plugins/goodbyeworld/config.json new file mode 100644 index 000000000..6f2d3cb9e --- /dev/null +++ b/skyquake/plugins/goodbyeworld/config.json @@ -0,0 +1,18 @@ +{ + "root": "public", + "name": "goodbye world test", + "routes": [ + { + "label": "Goodbye World Component 1", + "route": "hello", + "component": "./goodbyeWorldOne.jsx", + "path": "", + "type": "internal" + },{ + "label": "Goodbye World Component 2", + "route": "goodbye", + "component": "./goodbyeWorldTwo.jsx", + "path": "", + "type": "internal" + }] +}