Skip to content

Commit 469626e

Browse files
floehoppersebjacobs
andcommitted
Add blank Scratch project for Experience CS
@grega previously added this to production (but not staging) manually. Since it's useful to have, it feels better to have it a bit more under source control and to make it available in both staging and production. Co-authored-by: Seb Jacobs <[email protected]>
1 parent 51bc589 commit 469626e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/tasks/projects.rake

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ namespace :projects do
2929
project_type: Project::Types::SCRATCH,
3030
name: '10 Block Mission',
3131
user_id: nil
32+
},
33+
{
34+
identifier: 'blank-scratch-starter',
35+
locale: 'en',
36+
project_type: Project::Types::SCRATCH,
37+
name: 'Blank Scratch Starter',
38+
user_id: nil
3239
}
3340
]
3441
projects.each do |attributes|

0 commit comments

Comments
 (0)