1
0
Fork 0
discourse-custom-wizard-unl.../spec/fixtures/actions/create_topic.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"
}
]
}