We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fee17 commit 1826c2fCopy full SHA for 1826c2f
commands/coldbox/create/app-wizard.cfc
@@ -74,7 +74,7 @@ component extends="app" aliases="" {
74
.options( [
75
{
76
accessKey : 1,
77
- value : "cbtemplate-bx-default",
+ value : "cbtemplate-boxlang",
78
display : "BoxLang ColdBox Template - Default ColdBox App with BoxLang"
79
},
80
commands/coldbox/create/app.cfc
@@ -41,7 +41,7 @@ component extends="coldbox-cli.models.BaseCommand" {
41
// Map these shortcut names to the actual ForgeBox slugs
42
variables.templateMap = {
43
"Default" : "cbtemplate-advanced-script",
44
- "BoxLang" : "cbtemplate-bx-default",
+ "BoxLang" : "cbtemplate-boxlang",
45
"Elixir" : "cbtemplate-elixir",
46
"modern" : "cbtemplate-modern",
47
"rest" : "cbtemplate-rest",
0 commit comments