Skip to content

Commit

Permalink
fix: add "extension" suffix to the label
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Dec 5, 2024
1 parent 2c5b72d commit 7e37ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli-plugin-extensions/src/promptQuestions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const promptQuestions: QuestionCollection = [
choices: [
{ name: "Admin extension", value: "admin" },
{ name: "API extension", value: "api" },
{ name: "Page Builder element", value: "pbElement" },
{ name: "Page Builder element extension", value: "pbElement" },
{ name: "Website extension", value: "website" }
]
},
Expand Down

0 comments on commit 7e37ccb

Please sign in to comment.