Skip to content

Commit

Permalink
Add configuration to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Radchenko committed Oct 10, 2014
1 parent 7b39160 commit 55ae10c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ in your template:
{{x-toggle theme='skewed' toggle='enablePartyMode'}}
```

### Configuring

Add a configuration for `ember-cli-toggle` to include only the themes that
you will use.

```js
ENV['ember-cli-toggle'] = {
includedThemes: ['light', 'default', 'flip'],
excludedThemes: ['flip'],
defaultTheme: 'light' // defaults to 'default'
};
```

## Contributing

Outlines how to begin contributing to this Ember-CLI project.
Expand Down

0 comments on commit 55ae10c

Please sign in to comment.