commit 5d3714f8ece7420be0a1a9983f2767ddf1ec9873 Author: Joel Pittet Date: Sun Jun 2 00:50:19 2013 -0700 docblock cleanup diff --git a/core/modules/color/templates/color-scheme-form.html.twig b/core/modules/color/templates/color-scheme-form.html.twig index 5bb4609..809b1a9 100644 --- a/core/modules/color/templates/color-scheme-form.html.twig +++ b/core/modules/color/templates/color-scheme-form.html.twig @@ -4,10 +4,10 @@ * Default theme implementation for a theme's color form. * * Available variables: - * - colors: Colors that can be changed by entering in a new hex value. * - form: Child elements of the form that still need to be printed. * - scheme: A color scheme form element. For example: a select element with - * color theme presets, or a color picker widget. + * color theme presets, or a color picker widget. + * - palette: Color fields that can be changed by entering in a new hex value. * - html_preview: A HTML preview of the theme's current color scheme. * * @see template_preprocess()