Add onboarding weather and template gradients
This commit is contained in:
@@ -26,6 +26,7 @@ function buildDuplicateTemplate(template, duplicateName) {
|
||||
canvas_size_height: source.canvas_size_height,
|
||||
background_color: source.background_color,
|
||||
background_image_path: source.background_image_path,
|
||||
background_gradient: source.background_gradient,
|
||||
region_usage: [],
|
||||
regions: Array.isArray(source.regions) ? source.regions.map(cloneRegion) : []
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user