mvp
This commit is contained in:
@ -62,37 +62,37 @@ class Bookmarks extends Plugin {
|
||||
'default' => 'false',
|
||||
],
|
||||
'showArchivedSwitch' => [
|
||||
'pretty' => 'Bookmarks default setting for showing archived bookmarks',
|
||||
'pretty' => 'Show archived bookmarks by default',
|
||||
'type' => 'checkbox',
|
||||
'default' => 'false',
|
||||
],
|
||||
'showHiddenSwitch' => [
|
||||
'pretty' => 'Bookmarks default setting for showing hidden bookmarks',
|
||||
'pretty' => 'Show hidden bookmarks by default',
|
||||
'type' => 'checkbox',
|
||||
'default' => 'false',
|
||||
],
|
||||
'archiveButtonSwitch' => [
|
||||
'pretty' => 'Bookmarks default setting for showing the archive buttons',
|
||||
'pretty' => 'Show the archive buttons by default',
|
||||
'type' => 'checkbox',
|
||||
'default' => 'false',
|
||||
],
|
||||
'visibilityButtonSwitch' => [
|
||||
'pretty' => 'Bookmarks default setting for showing the visibility buttons',
|
||||
'pretty' => 'Show the visibility buttons by default',
|
||||
'type' => 'checkbox',
|
||||
'default' => 'false',
|
||||
],
|
||||
'privacyButtonSwitch' => [
|
||||
'pretty' => 'Bookmarks default setting for showing the privacy buttons',
|
||||
'pretty' => 'Show the privacy buttons by default',
|
||||
'type' => 'checkbox',
|
||||
'default' => 'true',
|
||||
],
|
||||
'shareButtonSwitch' => [
|
||||
'pretty' => 'Bookmarks default setting for showing the share buttons',
|
||||
'pretty' => 'Show the share buttons by default',
|
||||
'type' => 'checkbox',
|
||||
'default' => 'true',
|
||||
],
|
||||
'addButtonSwitch' => [
|
||||
'pretty' => 'Bookmarks default setting for showing the add buttons',
|
||||
'pretty' => 'Show the add buttons by default',
|
||||
'type' => 'checkbox',
|
||||
'default' => 'true',
|
||||
],
|
||||
|
Reference in New Issue
Block a user