From f10c3706437d027601b40c87bc308eba9167d152 Mon Sep 17 00:00:00 2001 From: Richard Czechowski Date: Mon, 3 Feb 2020 08:22:33 -0700 Subject: [PATCH] Revert "Add color application to docs" --- docs/api_reference.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/api_reference.md b/docs/api_reference.md index 8741db89..eda87bf0 100644 --- a/docs/api_reference.md +++ b/docs/api_reference.md @@ -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", @@ -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_ @@ -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_