docs
This commit is contained in:
parent
71b3cffc16
commit
eba337fc47
2 changed files with 13 additions and 1 deletions
|
|
@ -7,5 +7,15 @@ Styles for this headline are intentionally restricted. It is meant to serve as a
|
||||||
import { SiteHeadline } from '@reuters-graphics/graphics-components';
|
import { SiteHeadline } from '@reuters-graphics/graphics-components';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<SiteHeadline hed="{'Reuters Graphics Interactive'}" />
|
<SiteHeadline
|
||||||
|
hed="Ukraine makes suprising gains in swift counteroffensive"
|
||||||
|
authors="{[
|
||||||
|
'Dea Bankova',
|
||||||
|
'Michael Ovaska',
|
||||||
|
'Samuel Granados',
|
||||||
|
'Prasanta Kumar Dutta',
|
||||||
|
]}"
|
||||||
|
publishTime="2021-09-12T00:00:00.000Z"
|
||||||
|
updateTime="2021-09-12T12:57:00.000Z"
|
||||||
|
/>
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -24,5 +24,7 @@ Updated:
|
||||||
sectionUrl="{content.SectionUrl}"
|
sectionUrl="{content.SectionUrl}"
|
||||||
hed="{content.Hed}"
|
hed="{content.Hed}"
|
||||||
authors="{content.Authors.split(',')}"
|
authors="{content.Authors.split(',')}"
|
||||||
|
publishTime="{content.Published}"
|
||||||
|
updateTime="{content.Updated}"
|
||||||
/>
|
/>
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue