Skip to content

Commit

Permalink
[5.x] Update MakeFieldtype.php console message (#11309)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Varga <[email protected]>
  • Loading branch information
Technobabble17 and jasonvarga authored Jan 6, 2025
1 parent 5622b7e commit e8349f5
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 e8349f5

Please sign in to comment.