Ghost/ghost/admin/app/components/custom-theme-settings
Kevin Ansfield 0b267098ea Added support for text custom theme settings
refs https://github.com/TryGhost/Team/issues/1109

- added basic `<CustomThemeSettings::Text>`  component that is displayed for any custom theme settings with the type `'text'`
2021-10-14 15:40:22 +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 Added support for color type custom theme settings 2021-10-14 10:36:02 +01:00
color.js Added support for color type custom theme settings 2021-10-14 10:36:02 +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