add warning about capabilities

This commit is contained in:
Keegan
2016-05-30 21:54:16 -07:00
parent 5fe87a04de
commit 9afdd2adb9
+7
View File
@@ -629,6 +629,13 @@ The "capabilities" property is an array of features that the connected watch mus
in order for the item or section to be included in the page. Note: all capabilities in
the array must be present for item/section to be included.
**Warning:** Items that do not satisfy the capabilities will not be included in the page
at all. You will not be able to use methods like `clayConfig.getItemByAppKey()` to
obttain a reference to them. However, this does mean that you will be able to have
multiple items with the same `appKey`as long as they do not both satisfy the
same conditions.
##### Examples
```javascript