mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-05 08:37:43 -04:00
Merge pull request #68 from ishotjr/ishotjr-appinfo
📝 Update README to include required appinfo.json changes
This commit is contained in:
@@ -20,7 +20,8 @@ Clay will eventually be built into the Pebble SDK. However, while it is still in
|
|||||||
var clayConfig = require('config.json');
|
var clayConfig = require('config.json');
|
||||||
var clay = new Clay(clayConfig);
|
var clay = new Clay(clayConfig);
|
||||||
```
|
```
|
||||||
6. Next is the fun part - creating your config page. Edit your `config.js` file to build a layout of elements as described in the sections below.
|
6. Add `configurable` to the `capabilities` array in your `appinfo.json`.
|
||||||
|
7. Next is the fun part - creating your config page. Edit your `config.js` file to build a layout of elements as described in the sections below.
|
||||||
|
|
||||||
# Getting Started (CloudPebble)
|
# Getting Started (CloudPebble)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user