diff --git a/app/templates/orbit_bootstrap/modules/announcement/_widget3.html.erb b/app/templates/orbit_bootstrap/modules/announcement/_widget3.html.erb new file mode 100644 index 0000000..450e0e4 --- /dev/null +++ b/app/templates/orbit_bootstrap/modules/announcement/_widget3.html.erb @@ -0,0 +1,28 @@ +
+

+ {{widget-title}} +

+
+
+
+
+ +
+
+ + {{status}} + +
+
{{week}}
+
{{day}}
+
{{month}} {{year}}
+
+

+ {{title}} +

+

{{subtitle}} Read More ยป

+
+
+
+
+
\ No newline at end of file diff --git a/app/templates/orbit_bootstrap/modules/announcement/info.json b/app/templates/orbit_bootstrap/modules/announcement/info.json index d276730..e58372e 100644 --- a/app/templates/orbit_bootstrap/modules/announcement/info.json +++ b/app/templates/orbit_bootstrap/modules/announcement/info.json @@ -17,5 +17,10 @@ "name" : "Widget with image", "thumbnail" : "thumbnail-block.png" } + { + "filename" : "widget3", + "name" : "Widget with full date", + "thumbnail" : "thumbnail-block.png" + } ] } \ No newline at end of file