feat: option to hide workflow steps (#5436)
This commit is contained in:
parent
1336b844fd
commit
92ddb410cd
29 changed files with 165 additions and 9 deletions
|
|
@ -19,6 +19,7 @@ export type SiteInfo = {
|
|||
copyright?: string
|
||||
privacy_policy?: string
|
||||
custom_disclaimer?: string
|
||||
show_workflow_steps?: boolean
|
||||
}
|
||||
|
||||
export type AppMeta = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue