Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Blueprints: Backfill themeData from themeZipFile
#1793 introduced a directory resource type and changed the name of a few required parameters. Among others, the `themeZipFile` parameter in the `installTheme` changed to `themeData`. Unfortunately, the `compile()` function had a type and did not backfill the new required parameter using the older, well known `themeZipFile` parameter which caused Blueprint execution errors.
- Loading branch information