From 6d856ae975be54cd5506e9150d981a5f9e54cdc5 Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Thu, 24 Sep 2015 11:21:18 +0530 Subject: [PATCH] fixing samples images not showing issue --- modules/samples/arduino/artifact/deviceType.json | 8 +++++--- modules/samples/raspberrypi/artifact/deviceType.json | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/modules/samples/arduino/artifact/deviceType.json b/modules/samples/arduino/artifact/deviceType.json index 4f0811de..de4f9ee3 100644 --- a/modules/samples/arduino/artifact/deviceType.json +++ b/modules/samples/arduino/artifact/deviceType.json @@ -9,7 +9,8 @@ "overview_name":"arduino", "overview_url":"http://www.google.lk", "setupGuide_guideImage":"undefined", - "overview_actionName":"Download", + "overview_actionLabel":"Download", + "sketches_Sketches":"arduino", "ingredients_ingredients":[ "Arduino Uno", "Arduino Ethernet / WiFi Shield" @@ -18,7 +19,8 @@ "setupGuide_description":"sfd", "quickStartupSteps_stepDescription":["Install the Sketch program","Install the Sketch program","Install the Sketch program"], "quickStartupSteps_stepLabel":["1","2","3"], - "images_thumbnail":"/arduino/arduino_thumbnail.png", - "images_banner":"/arduino/arduino_banner.png" + "images_thumbnail":"arduino/arduino_thumbnail.png", + "images_banner":"arduino/arduino_banner.png", + "overview_thumbnail": "images_thumbnail" } } \ No newline at end of file diff --git a/modules/samples/raspberrypi/artifact/deviceType.json b/modules/samples/raspberrypi/artifact/deviceType.json index 6b003096..b985e717 100644 --- a/modules/samples/raspberrypi/artifact/deviceType.json +++ b/modules/samples/raspberrypi/artifact/deviceType.json @@ -9,7 +9,8 @@ "overview_name":"raspberrypi", "overview_url":"http://www.google.lk", "setupGuide_guideImage":"undefined", - "overview_actionName":"Download", + "overview_actionLabel":"Download", + "sketches_Sketches":"raspberrypi", "ingredients_ingredients":[ "Raspberry Pi", "WiFi Adapter / Ethernet" @@ -18,7 +19,8 @@ "setupGuide_description":"sfd", "quickStartupSteps_stepDescription":["Install the Sketch program","Install the Sketch program","Install the Sketch program"], "quickStartupSteps_stepLabel":["1","2","3"], - "images_thumbnail":"/raspberrypi/raspberryPi_thumbnail.png", - "images_banner":"/raspberrypi/raspberryPi_banner.png" + "images_thumbnail":"raspberrypi/raspberryPi_thumbnail.png", + "images_banner":"raspberrypi/raspberryPi_banner.png", + "overview_thumbnail": "images_thumbnail" } } \ No newline at end of file