| #nocov start | |||||
| template_variables <- tibble::tribble( | template_variables <- tibble::tribble( | ||||
| ~ variable, ~ default, ~ element, ~ description | ~ variable, ~ default, ~ element, ~ description | ||||
| , "text_color", "#000", "body", "Text Color" | , "text_color", "#000", "body", "Text Color" | ||||
| glue::glue("Modifies the `{element}` {plural_element(element)}.") | glue::glue("Modifies the `{element}` {plural_element(element)}.") | ||||
| ) | ) | ||||
| } | } | ||||
| #nocov end |