Skip to content

Commit beca6a5

Browse files
committed
Remove favorites preference
1 parent e44cbe6 commit beca6a5

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

src/Preferences/CorePreferences.php

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,6 @@ public function boot()
2424
'display' => __('Start Page'),
2525
'instructions' => __('statamic::messages.preference_start_page_instructions'),
2626
]);
27-
28-
Preference::register('favorites', [
29-
'type' => 'grid',
30-
'display' => __('Favorites'),
31-
'instructions' => __('statamic::messages.preference_favorites_instructions'),
32-
'fields' => [
33-
[
34-
'handle' => 'name',
35-
'field' => [
36-
'type' => 'text',
37-
'width' => 33,
38-
],
39-
],
40-
[
41-
'handle' => 'url',
42-
'field' => [
43-
'display' => __('URL'),
44-
'type' => 'text',
45-
],
46-
],
47-
],
48-
]);
4927
}
5028

5129
private function localeOptions(): array

0 commit comments

Comments
 (0)