discourse/spec/components/theme_store
David Taylor d1474e94a1
FEATURE: Allow themes to specify modifiers in their about.json file (#9097)
There are three modifiers:
- serialize_topic_excerpts (boolean)
- csp_extensions (array of strings)
- svg_icons (array of strings)

When multiple themes are active, the values will be combined. The combination method varies based on the setting. CSP/SVG arrays will be combined. serialize_topic_excerpts will use `Enumerable#any`.
2020-03-11 13:30:45 +00:00
..
git_importer_spec.rb FIX: Accept github theme urls with a trailing slash 2019-06-04 10:28:36 +01:00
zip_exporter_spec.rb FEATURE: Allow themes to specify modifiers in their about.json file (#9097) 2020-03-11 13:30:45 +00:00
zip_importer_spec.rb SECURITY: Safely decompress files. (#8124) 2019-10-03 10:19:35 -03:00