TypoScript 2 does not allow dash in key name
The dash is used when setting headers for example:
page = Page {
httpResponseHead {
headers {
Content-Type = 'application/json'
}
}
}
}
The dash is used when setting headers for example:
page = Page {
httpResponseHead {
headers {
Content-Type = 'application/json'
}
}
}
}
Milestone changed to 1.5.0
Status changed to closed