Project

General

Profile

Actions

Bug #59890

closed

Escaping dots in page.meta TypoScript

Added by Jan Kiesewetter almost 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
TypoScript
Target version:
Start date:
2014-06-26
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:

Description

The TypoScript documentation
http://docs.typo3.org/TYPO3/TyposcriptSyntaxReference/Syntax/TypoScriptSyntax/Index.html
says:
"Since TYPO3 6.2 dots in the object path can be escaped using a backslash."

But this is not working in page.meta.

page.meta {
    DC\.title = Test
    DC\.creator = Test
}

Also it would be very helpful to be able to escape colon for Open Graph meta as well.

page.meta {
    og\:title = Test
    og\:locale = en_GB
}

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #59965: Metatags with colon do not workClosed2014-06-28

Actions
Related to TYPO3 Core - Feature #67360: Allow property as key in page.meta for rendering Open Graph valuesClosedAlexander Kontos2015-06-09

Actions
Actions

Also available in: Atom PDF