*`sort`(object)-uses[MongoDBSortsyntax](http://docs.mongodb.org/manual/reference/method/cursor.sort/). Allows to sort the query results using any amount of attributes (fields);
return"Accepts colors, in various formats - rgb, hex, hsl, rgba, and html color name. Example correct values: `#ff0000`, `red`, `rgba(255, 0, 0, 1)`, `hsl(0, 100%, 50%)`."
},
is_proper_value:function(context,new_value){
try{
Color(value_in_code.toLowerCase());
}catch(e){
returnPromise.reject("Value `"+value_in_code+"` could not be parsed as a color.");
*`name`,**required**-thenameoftheresource-type.Itbecomesthenameofthe[chip](https://github.com/Sealious/Sealious/blob/dev/README.md#structure) representing the resource type, as well. It has to be unique amongst all other resource-types.
PluginsarenpmmodulesthatcanberequiredandusedwithinaSealiousapplication.Usuallyapluginjustregisterssomenew[chips](https://github.com/Sealious/Sealious/blob/dev/README.md#structure) in Sealious' ChipManager.