Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #127 from looker/revert-126-RichardCzechowski-patch-1
Browse files Browse the repository at this point in the history
Revert "Add color application to docs"
  • Loading branch information
RichardCzechowski authored Feb 3, 2020
2 parents 2c496a9 + f10c370 commit 3b0ff0e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions docs/api_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,6 @@ Here's an example:

```js
options: {
color_application: {
type: 'object',
display: 'color_application',
label: 'Color Configuration',
},
color_range: {
type: "array",
label: "Color Range",
Expand Down Expand Up @@ -298,7 +293,7 @@ options: {

The data type of the option.

**Allowed Values:** `string` (default), `number`, `boolean`, `array`, `object`
**Allowed Values:** `string` (default), `number`, `boolean`, `array`

- `label` _string_

Expand All @@ -323,10 +318,6 @@ options: {
- when `type` is `array`:

**Allowed Values:** `text` (default), `color`, `colors`
- when `type` is `object`:

**Allowed Values:** `color_application`

- `placeholder` _string_

Expand Down

0 comments on commit 3b0ff0e

Please sign in to comment.