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 @@ +