diff --git a/assets/javascripts/discourse/lib/wizard-schema.js.es6 b/assets/javascripts/discourse/lib/wizard-schema.js.es6 index 01175ebb..0590a649 100644 --- a/assets/javascripts/discourse/lib/wizard-schema.js.es6 +++ b/assets/javascripts/discourse/lib/wizard-schema.js.es6 @@ -211,6 +211,7 @@ const action = { "members_visibility_level", "add_event", "add_location", + "guest_email" ], required: ["id", "type"], dependent: {}, @@ -239,7 +240,7 @@ const filters = { ], }, action: { - type: ["route_to", "send_message"], + type: ["route_to", "send_message", "create_topic"], }, }, }; diff --git a/plugin.rb b/plugin.rb index f70cbc59..357c959a 100644 --- a/plugin.rb +++ b/plugin.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # name: discourse-custom-wizard # about: Forms for Discourse. Better onboarding, structured posting, data enrichment, automated actions and much more. -# version: 2.8.0 +# version: 2.8.1 # authors: Angus McLeod, Faizaan Gagan, Robert Barrow, Keegan George, Kaitlin Maddever, Juan Marcos Gutierrez Ramos # url: https://github.com/paviliondev/discourse-custom-wizard # contact_emails: development@pavilion.tech