diff --git a/Configuration/FlexForms/Latest.xml b/Configuration/FlexForms/Latest.xml
index 9592c27ca3da78f52cb479b9399c136a3b60c802..0dbfbdd9332586fd51f0275c5033bfa3da725649 100644
--- a/Configuration/FlexForms/Latest.xml
+++ b/Configuration/FlexForms/Latest.xml
@@ -107,6 +107,16 @@
 							</config>
 						</TCEforms>
 					</settings.sortBy>
+
+					<settings.newsLink>
+						<TCEforms>
+							<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.newsLink</label>
+							<config>
+								<type>input</type>
+								<renderType>inputLink</renderType>
+							</config>
+						</TCEforms>
+					</settings.newsLink>
 				</el>
 			</ROOT>
 		</main>
diff --git a/Resources/Private/Language/de.locallang_db.xlf b/Resources/Private/Language/de.locallang_db.xlf
index 10d21c38c025ad2e9731b8d48b500ae8578ab2b9..ac5bb3ccf996190a8fd4a4ec408b05b592680158 100644
--- a/Resources/Private/Language/de.locallang_db.xlf
+++ b/Resources/Private/Language/de.locallang_db.xlf
@@ -165,6 +165,10 @@
 				<source><![CDATA[News Author]]></source>
 				<target><![CDATA[News Autor]]></target>
 			</trans-unit>
+			<trans-unit id="plugin.flexForm.newsLink" approved="yes">
+				<source><![CDATA[Link]]></source>
+				<target><![CDATA[Link]]></target>
+			</trans-unit>
 			<trans-unit id="plugin.flexForm.orderInPageTree" approved="yes">
 				<source><![CDATA[Order in pagetree (Only one category allowed)]]></source>
 				<target><![CDATA[Reihenfolge im Seitenbaum (Nur eine Kategorie erlaubt)]]></target>
diff --git a/Resources/Private/Language/locallang_db.xlf b/Resources/Private/Language/locallang_db.xlf
index 4d42520c1b82b563b95e9ebf859d6c61489b0978..67892996bb1af7b12f54706c1edffaa8c48ddc7e 100644
--- a/Resources/Private/Language/locallang_db.xlf
+++ b/Resources/Private/Language/locallang_db.xlf
@@ -126,6 +126,9 @@
 			<trans-unit id="plugin.flexForm.newsAuthor">
 				<source><![CDATA[News Author]]></source>
 			</trans-unit>
+			<trans-unit id="plugin.flexForm.newsLink">
+				<source><![CDATA[Link]]></source>
+			</trans-unit>
 			<trans-unit id="plugin.flexForm.orderInPageTree">
 				<source><![CDATA[Order in pagetree (Only one category allowed)]]></source>
 			</trans-unit>