Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 12:22:54 +01:00
5 Zeilen
174 B
Text
5 Zeilen
174 B
Text
|
import { registerUnbound } from "discourse-common/lib/helpers";
|
||
|
|
||
|
export default registerUnbound("plugin-outlet", function(attrs) {
|
||
|
return new Handlebars.SafeString('');
|
||
|
});
|