DERHAEUPTLING / contao-immobilienscout24-import-bundle

ImmobilienScout24 Import Plugin for Contao
GNU General Public License v3.0
1 stars 2 forks source link

Meta: Title & Description on Reader #9

Closed Metis77 closed 4 years ago

m-vo commented 4 years ago

What do you mean by this?

Metis77 commented 4 years ago

Sorry. I meant the Meta Tags in the HTML Head like title and description.

mod_newsreader or mod_event overwrite those, whenever they are implemented.

I did this in the template for now:

global $objPage;
$objPage->title = $realEstate->getTitle();
$objPage->description = $this->getFormatted($realEstate, 'descriptionNote');

If this solution is ok for you, please just close the issue.

m-vo commented 4 years ago

Yeah, I think this should be optional. So if it works, go with your solution I'd say. If this ever needs to be a (configurable) option we can open a new issue.