From 6bf265622a355125bec0b41be7f7ab804a3cee44 Mon Sep 17 00:00:00 2001 From: Rikki Pitt Date: Tue, 3 May 2016 13:03:27 +0100 Subject: [PATCH] Update customizing_dashboards.md Add missing text field type to documentation. --- docs/customizing_dashboards.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/customizing_dashboards.md b/docs/customizing_dashboards.md index eb1fb2e565..52fe4b4749 100644 --- a/docs/customizing_dashboards.md +++ b/docs/customizing_dashboards.md @@ -61,6 +61,7 @@ specify, including: - `Field::Polymorphic` - `Field::Select` - `Field::String` +- `Field::Text` Each of the `Field` types take a different set of options, which are specified through the `.with_options` class method.