File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
packages/common/templates Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ export default new CxJSTemplate(
2222 decorateSelector ( ( ) => '#11689f' ) ,
2323 {
2424 showOnHomePage : true ,
25+ showCube : false ,
2526 extraConfigurations : {
2627 '/.babelrc' : configurations . babelrc ,
2728 '/tsconfig.json' : configurations . tsconfig ,
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ export default new DojoTemplate(
2424 'https://github.com/dojo/cli-create-app' ,
2525 'github/dojo/dojo-codesandbox-template' ,
2626 decorateSelector ( ( ) => '#D3471C' ) ,
27- { showOnHomePage : true , isTypeScript : true }
27+ { showOnHomePage : true , showCube : false , isTypeScript : true }
2828) ;
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ export default new Template(
88 'https://github.com/sveltejs/svelte' ,
99 'svelte' ,
1010 decorateSelector ( ( ) => '#AA1E1E' ) ,
11- { showOnHomePage : true , distDir : 'public' }
11+ { showOnHomePage : true , showCube : false , distDir : 'public' }
1212) ;
You can’t perform that action at this time.
0 commit comments