Using {{dc:post:excerpt}} in component parameters causes page crash

Hi, I ran into a strange error today: when I enter the following in a component’s parameters:
{
“Subline” : {
“label” : “Subline”,
“type” : “text”,
“initial” : “{{dc:post:excerpt}}”
}
}
…all pages using the component crash.
The problem is {{dc:post:excerpt}}; as soon as I use something like {{dc:post:title}}, for example, there is no issue.
Can you reproduce or explain this?