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 e411f1f commit e6e64d7Copy full SHA for e6e64d7
src/Commands/MakeCollection.php
@@ -73,8 +73,10 @@ public function handle()
73
74
if ($this->mount_collection) {
75
$this->add_page = confirm(
76
- label: 'Do you want to create a new page to mount this collection on?',
77
- default: true
+ label: 'Do you want to mount on a new or existing page?',
+ default: true,
78
+ yes: 'New page',
79
+ no: 'Existing page'
80
);
81
82
if ($this->add_page) {
0 commit comments