Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
14 Zeilen
277 B
JSON
14 Zeilen
277 B
JSON
{
|
|
"id": "create_topic_1",
|
|
"type": "create_topic",
|
|
"post_builder": true,
|
|
"post_template": "First post in the topic!",
|
|
"title": [
|
|
{
|
|
"type": "assignment",
|
|
"output_type": "text",
|
|
"output_connector": "set",
|
|
"output": "My new topic"
|
|
}
|
|
]
|
|
}
|