mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 08:44:48 +08:00
DEV: Include "_learn_more" key in theme about.json
This does not serve any technical purpose. It is there to provide a signpost for any user/developer that wants to know what to do with a theme archive.
This commit is contained in:
@ -88,7 +88,8 @@ describe ThemeStore::TgzExporter do
|
||||
"header_background": "1E1E1E",
|
||||
"tertiary": "858585"
|
||||
}
|
||||
}
|
||||
},
|
||||
"_learn_more": "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966"
|
||||
)
|
||||
|
||||
expect(File.read("common/body_tag.html")).to eq("<b>testtheme1</b>")
|
||||
|
Reference in New Issue
Block a user