adds delete endpoint for the dashboard bookmark widget

This commit is contained in:
SimonGschnell
2024-07-30 15:27:24 +02:00
parent 284cf711fd
commit 39574c1b3a
7 changed files with 300 additions and 14 deletions
+64 -1
View File
@@ -27489,7 +27489,70 @@ array(
'insertvon' => 'system'
)
)
)
),
// BOOKMARK PHRASEN ----------------------------------------------------------------------
array(
'app' => 'core',
'category' => 'bookmark',
'phrase' => 'newLink',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Neuer Link',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'New Link',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'bookmark',
'phrase' => 'saveLink',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Link speichern',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Save link',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'bookmark',
'phrase' => 'bookmarkDeleted',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Link gelöscht',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Link deleted',
'description' => '',
'insertvon' => 'system'
)
)
),
);