Skip to content
Snippets Groups Projects
Commit affcfca0 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Remove the facebook publisher tag feature (implemented already by our base)

parent 3f3447fc
No related branches found
Tags 3.2.4
No related merge requests found
......@@ -100,12 +100,6 @@ class SingleViewController extends AbstractController {
HeaderMetaDataService::addOgImageToHeader($newsMetaData['teaserImage']);
}
if ($this->settings['facebookPublisher'] !== '') {
$pageRenderer->addHeaderData(
'<meta property="article:publisher" content="' . $this->settings['facebookPublisher'] . '" />'
);
}
$this->view->assignMultiple(
[
'newsMetaData' => $newsMetaData,
......
......@@ -44,7 +44,6 @@ plugin.tx_sgnews {
settings {
siteName =
facebookPublisher =
rootpageId = 1
newsLimitPerPage = {$plugin.tx_sgnews.settings.newsLimitPerPage}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment