Fix incorrect attribute in dummy data
This commit is contained in:
parent
f2edc096b8
commit
a2fd2b50c3
|
|
@ -123,10 +123,10 @@ data = [
|
||||||
'title': 'Das Interview',
|
'title': 'Das Interview',
|
||||||
'contents': [
|
'contents': [
|
||||||
{
|
{
|
||||||
'type': 'text_block',
|
'type': 'basic_knowledge',
|
||||||
'value': {
|
'value': {
|
||||||
'type': 'text_block',
|
'type': 'text_block',
|
||||||
'text': '<p>Ein Interview dient dazu, durch Befragung Informationen zu ermitteln. Bei journalistischen Interviews werden oft Expertinnen und Experten befragt, aber auch Personen.</p>'
|
'description': '<p>Ein Interview dient dazu, durch Befragung Informationen zu ermitteln. Bei journalistischen Interviews werden oft Expertinnen und Experten befragt, aber auch Personen.</p>'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue