[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

@ -255,14 +255,14 @@ define([
{
"key": "root",
"name": "Root",
"glyph": "F"
"glyph": "\u0046"
},
{
"key": "folder",
"name": "Folder",
"glyph": "F",
"glyph": "\u0046",
"features": "creation",
"description": "Useful for storing and organizing domain objects.",
"description": "Create folders to organize other objects or links to objects.",
"model": {
"composition": []
}
@ -270,11 +270,11 @@ define([
{
"key": "unknown",
"name": "Unknown Type",
"glyph": "?"
"glyph": "\u003f"
},
{
"name": "Unknown Type",
"glyph": "?"
"glyph": "\u003f"
}
],
"capabilities": [