From b022babedbfdda965d78c9ef1c8f220a77069227 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Wed, 3 Jun 2015 10:23:49 -0700 Subject: [PATCH] Adding static-markup bundle. --- platform/features/static-markup/bundle.json | 21 ++++++++++++++++ .../features/static-markup/res/markup.html | 24 +++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 platform/features/static-markup/bundle.json create mode 100644 platform/features/static-markup/res/markup.html diff --git a/platform/features/static-markup/bundle.json b/platform/features/static-markup/bundle.json new file mode 100644 index 0000000000..e474df4888 --- /dev/null +++ b/platform/features/static-markup/bundle.json @@ -0,0 +1,21 @@ +{ + "extensions": { + "types": [ + { + "key": "static.markup", + "name": "Static Markup", + "glyph": "\u0070", + "description": "Static markup sandbox", + "features": [ "creation" ] + } + ], + "views": [ + { + "templateUrl": "markup.html", + "name": "Static Markup", + "type": "static.markup", + "key": "static.markup" + } + ] + } +} \ No newline at end of file diff --git a/platform/features/static-markup/res/markup.html b/platform/features/static-markup/res/markup.html new file mode 100644 index 0000000000..afd63850cd --- /dev/null +++ b/platform/features/static-markup/res/markup.html @@ -0,0 +1,24 @@ +

Static Markup Sandbox

+ +

Plot limits

+
+
+
+
+
+
+
+
+ +

Animation

+
This should pulse
\ No newline at end of file