Ghost/ghost/admin/app/components/custom-theme-settings
Kevin Ansfield 54ae6902b3 Removed support for empty colors in custom theme settings
refs https://github.com/TryGhost/Team/issues/1107

- allowing empty colors introduced some edge cases around theme usage and default values
- it makes more sense to force a color setting to always have a color, if a theme wants to make usage of that color optional then it should use a separate boolean or select setting to control that
2021-10-14 15:53:14 +01:00
..
boolean.hbs Added support for boolean custom theme settings 2021-10-13 17:55:17 +01:00
boolean.js Added support for boolean custom theme settings 2021-10-13 17:55:17 +01:00
color.hbs Removed support for empty colors in custom theme settings 2021-10-14 15:53:14 +01:00
color.js Removed support for empty colors in custom theme settings 2021-10-14 15:53:14 +01:00
select.hbs Fixed capitalization of API and CTA in theme setting labels 2021-10-12 10:11:24 +01:00
select.js Wired up custom theme settings form to preview updates 2021-09-30 13:30:06 +01:00
text.hbs Added support for text custom theme settings 2021-10-14 15:40:22 +01:00
text.js Added support for text custom theme settings 2021-10-14 15:40:22 +01:00