0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00
discourse-custom-wizard/spec/fixtures/actions/create_topic.json

15 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"
}
]
}