feature(Dashboard Bookmark): checks whether the link is a valid URL, displays fhcAlert otherwise

This commit is contained in:
SimonGschnell
2024-11-04 14:37:09 +01:00
parent eafbdcfffe
commit 50a67a8e88
2 changed files with 34 additions and 1 deletions
+20
View File
@@ -31484,6 +31484,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'bookmark',
'phrase' => 'invalidUrl',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Ungültiger Link',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Invalid link',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'global',