[Frontend] Added priority

#787
This commit is contained in:
Charles Hacskaylo
2016-03-24 12:05:10 -07:00
parent 594f3b8ec2
commit 88784d37fd
10 changed files with 18 additions and 3 deletions

View File

@@ -159,6 +159,7 @@ define([
"name": "Clock",
"glyph": "\u0043",
"description": "A UTC-based clock that supports a variety of display formats. Clocks can be added to Display Layouts.",
"priority": 101,
"features": [
"creation"
],
@@ -215,6 +216,7 @@ define([
"name": "Timer",
"glyph": "\u00f5",
"description": "A timer that counts up or down to a datetime. Timers can be started, stopped and reset whenever needed, and support a variety of display formats. Each Timer displays the same value to all users. Timers can be added to Display Layouts.",
"priority": 100,
"features": [
"creation"
],