From 9afdd2adb9bd775424573111137d3c35121d6a6e Mon Sep 17 00:00:00 2001 From: Keegan Date: Mon, 30 May 2016 21:54:16 -0700 Subject: [PATCH] add warning about capabilities --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b8d7fcc..d8029b2 100755 --- a/README.md +++ b/README.md @@ -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