From 35d8024aaab3ba8fbcb2e3f39ea44637c72aaf19 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Tue, 31 Jan 2017 21:32:31 +0200 Subject: [PATCH] [Tutorial] Better describe cssclass --- docs/src/tutorials/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/tutorials/index.md b/docs/src/tutorials/index.md index 2206f18898..ec4adef2b8 100644 --- a/docs/src/tutorials/index.md +++ b/docs/src/tutorials/index.md @@ -340,7 +340,9 @@ Going through the properties we've defined: domain objects of this type. * The `name` of "To-Do List" is the human-readable name for this type, and will be shown to users. -* The `cssclass` describes the icon that will be shown for each To-Do List. +* The `cssclass` maps to an icon that will be shown for each To-Do List. The icons +are defined in our [custom open MCT icon set](platform/commonUI/general/res/sass/_glyphs.scss). +A complete list of available icons will be provided in the future. * The `description` is also human-readable, and will be used whenever a longer explanation of what this type is should be shown. * Finally, the `features` property describes some special features of objects of