Skip to content

Commit

Permalink
Update MakeFieldtype.php console message
Browse files Browse the repository at this point in the history
  • Loading branch information
Technobabble17 authored Jan 3, 2025
1 parent a600ab1 commit a7d7412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/MakeFieldtype.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected function generateVueComponent()
$this->components->info("Fieldtype Vue component [{$relativePath}] created successfully.");

$this->components->bulletList([
"Don't forget to import and register your fieldtype's Vue component in resources/js/addon.js",
"Don't forget to import and register your fieldtype's Vue component in resources/js/cp.js",
'For more information, see the documentation: <comment>https://statamic.dev/fieldtypes#vue-components</comment>',
]);

Expand Down

0 comments on commit a7d7412

Please sign in to comment.