Set default view to Profile
This commit is contained in:
@@ -72,7 +72,7 @@ class SettingsRegistry
|
|||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'label' => 'Default Page',
|
'label' => 'Default Page',
|
||||||
'category' => 'FlightsGoneBy Settings',
|
'category' => 'FlightsGoneBy Settings',
|
||||||
'default' => 'feed_first',
|
'default' => 'profile',
|
||||||
'options' => [
|
'options' => [
|
||||||
['value' => 'feed_first', 'label' => 'My Feed if Following People, My Profile if Not'],
|
['value' => 'feed_first', 'label' => 'My Feed if Following People, My Profile if Not'],
|
||||||
['value' => 'profile', 'label' => 'My Profile'],
|
['value' => 'profile', 'label' => 'My Profile'],
|
||||||
|
|||||||
Reference in New Issue
Block a user