mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
FEATURE: Support for publishing topics as pages (#9364)
If the feature is enabled, staff members can construct a URL and publish a topic for others to browse without the regular Discourse chrome. This is useful if you want to use Discourse like a CMS and publish topics as articles, which can then be embedded into other systems.
This commit is contained in:
@ -78,7 +78,7 @@ module Stylesheet
|
||||
|
||||
target = nil
|
||||
if !plugin_name
|
||||
target_match = long.match(/admin|desktop|mobile/)
|
||||
target_match = long.match(/admin|desktop|mobile|publish/)
|
||||
if target_match&.length
|
||||
target = target_match[0]
|
||||
end
|
||||
|
Reference in New Issue
Block a user