feat: option to hide workflow steps (#5436)

This commit is contained in:
crazywoola 2024-06-21 12:51:10 +08:00 committed by GitHub
commit 92ddb410cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 165 additions and 9 deletions

View file

@ -33,7 +33,8 @@ class AppSiteApi(WebApiResource):
'privacy_policy': fields.String,
'custom_disclaimer': fields.String,
'default_language': fields.String,
'prompt_public': fields.Boolean
'prompt_public': fields.Boolean,
'show_workflow_steps': fields.Boolean,
}
app_fields = {