You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Commands/InstallPresetPresets.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -688,7 +688,7 @@ public function getPresets() {
688
688
],
689
689
[
690
690
'type' => 'notify',
691
-
'content' => "Add fields you want indexed to the index in config/statamic/search.php. The page_builder field is added by default.\n4. Update the search index by running php please search:update --all.\n5. Make sure you add the update command to your deployment script."
691
+
'content' => "Add fields you want indexed to the index in config/statamic/search.php. The page_builder field is added by default."
0 commit comments