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 e44cbe6 commit beca6a5Copy full SHA for beca6a5
1 file changed
src/Preferences/CorePreferences.php
@@ -24,28 +24,6 @@ public function boot()
24
'display' => __('Start Page'),
25
'instructions' => __('statamic::messages.preference_start_page_instructions'),
26
]);
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
43
- 'display' => __('URL'),
44
45
46
47
48
- ]);
49
}
50
51
private function localeOptions(): array
0 commit comments