Skip to content

Commit

Permalink
Added webreview to default Settings
Browse files Browse the repository at this point in the history
Without it review wouldnt show up in AYON
  • Loading branch information
kalisp committed Nov 29, 2024
1 parent ac48de0 commit 3a8e24d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions server/settings/publish_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,15 @@ class PhotoshopPublishPlugins(BaseSettingsModel):
"jpg_options": {
"tags": [
"review",
"ftrackreview"
"ftrackreview",
"webreview"
]
},
"mov_options": {
"tags": [
"review",
"ftrackreview"
"ftrackreview",
"webreview"
]
}
}
Expand Down

0 comments on commit 3a8e24d

Please sign in to comment.