Merge pull request #4801 from michalmarcinkowski/fix-rdf-mapping

[Content] Add missing RDF mapping for StringBlock
This commit is contained in:
Paweł Jędrzejewski 2016-04-20 10:21:13 +02:00
commit 2b1615ad49

View file

@ -0,0 +1,9 @@
<type
xmlns:schema="http://schema.org/"
typeof="schema:WebPageElement"
>
<attribute key="class" value="articleContainer"/>
<children>
<property property="schema:text" identifier="body" />
</children>
</type>