Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Feature/93 flexible template assignment #22

Merged
merged 2 commits into from
May 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion presets/plugins/global/publish.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,16 @@
"ext": "mov"
}
}
},
"IntegrateAssetNew": {
"template_name_profiles": {
"publish": {
"families": [],
"tasks": []
},
"render": {
"families": ["review", "render", "prerender"]
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to make sure this behaves identically as before the change by default. Tha means, review and render should use render template.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added "render" template key for ["review", "render", "prerender"]. Hopefully it's matching previous setup.

}
}
}
}