Skip to content

Commit

Permalink
Merge pull request #20 from ynput/chore/add_webreviw_to_defaults
Browse files Browse the repository at this point in the history
Added webreview to default Settings
  • Loading branch information
kalisp authored Nov 29, 2024
2 parents 602287f + 862e478 commit 03e96fe
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 03e96fe

Please sign in to comment.