discourse/spec/components/theme_store
David Taylor a48731e359
FEATURE: Support additional metadata in theme about.json (#6944)
New `about.json` fields (all optional):
 - `authors`: An arbitrary string describing the theme authors
 - `theme_version`: An arbitrary string describing the theme version
 - `minimum_discourse_version`: Theme will be auto-disabled for lower versions. Must be a valid version descriptor.
 - `maximum_discourse_version`: Theme will be auto-disabled for lower versions. Must be a valid version descriptor.

A localized description for a theme can be provided in the language files under the `theme_metadata.description` key

The admin UI has been re-arranged to display this new information, and give more prominence to the remote theme options.
2019-01-25 14:19:01 +00:00
..
git_importer_spec.rb FEATURE: add branch option to remote theme import 2018-10-09 17:01:08 +11:00
tgz_exporter_spec.rb FEATURE: Support additional metadata in theme about.json (#6944) 2019-01-25 14:19:01 +00:00
tgz_importer_spec.rb Suppress tar(1)'s output (#6694) 2018-11-28 17:32:19 +01:00