[Frontend] Updated glyph defs and descriptions

#781
#187
Converted many glyph char defs to
their JSON unicode equivalents;
Updated descriptions for many domain
objects;
This commit is contained in:
Charles Hacskaylo
2016-03-23 19:04:32 -07:00
parent 528169de2c
commit 7da1a4b2a3
10 changed files with 54 additions and 52 deletions

View File

@@ -38,8 +38,8 @@ define([
{
"key": "example.page",
"name": "Web Page",
"glyph": "ê",
"description": "A component to display a web page or image with a valid URL. Can be added to a Display Layout.",
"glyph": "\u00ea",
"description": "Embed a web page or web-based image in a resizeable window component. Can be added to Display Layouts. Note that the URL being embedded must allow iframing.",
"features": [
"creation"
],