diff --git a/Configuration/TCA/tx_brofix_exclude_link_target.php b/Configuration/TCA/tx_brofix_exclude_link_target.php
index 2068b34fd..9bf8ddfd5 100644
--- a/Configuration/TCA/tx_brofix_exclude_link_target.php
+++ b/Configuration/TCA/tx_brofix_exclude_link_target.php
@@ -126,6 +126,28 @@
],
]
],
+ 'check_status' => [
+ 'label' => 'LLL:EXT:brofix/Resources/Private/Language/Module/locallang_db.xlf:tx_brofix_exclude_link_target.check_status',
+ 'config' => [
+ 'type' => 'select',
+ 'renderType' => 'selectSingle',
+ 'default' => 5,
+ 'items' => [
+ [
+ 'LLL:EXT:brofix/Resources/Private/Language/Module/locallang.xlf:list.filter.check_status.1',
+ 1
+ ],
+ [
+ 'LLL:EXT:brofix/Resources/Private/Language/Module/locallang.xlf:list.filter.check_status.2',
+ 2
+ ],
+ [
+ 'LLL:EXT:brofix/Resources/Private/Language/Module/locallang.xlf:list.filter.check_status.5',
+ 5
+ ],
+ ]
+ ]
+ ],
'notes' => [
'label' => 'LLL:EXT:brofix/Resources/Private/Language/Module/locallang_db.xlf:tx_brofix_exclude_link_target.notes',
'config' => [
@@ -141,7 +163,7 @@
'types' => [
// default
'0' => [
- 'showitem' => 'link_type,linktarget,match,reason,notes,hidden,editlock'
+ 'showitem' => 'link_type,linktarget,match,reason,check_status,notes,hidden,editlock'
],
],
'palettes' => []
diff --git a/Resources/Private/Language/Module/locallang.xlf b/Resources/Private/Language/Module/locallang.xlf
index 9c4713898..79184d87c 100644
--- a/Resources/Private/Language/Module/locallang.xlf
+++ b/Resources/Private/Language/Module/locallang.xlf
@@ -142,6 +142,9 @@
excluded
+
+ unknown
+
Recheck links
diff --git a/Resources/Private/Language/Module/locallang_db.xlf b/Resources/Private/Language/Module/locallang_db.xlf
index b80c2862b..1b57d290a 100644
--- a/Resources/Private/Language/Module/locallang_db.xlf
+++ b/Resources/Private/Language/Module/locallang_db.xlf
@@ -51,6 +51,9 @@
Disable
+
+ Ergebnis
+