mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Merge pull request #4801 from michalmarcinkowski/fix-rdf-mapping
[Content] Add missing RDF mapping for StringBlock
This commit is contained in:
commit
2b1615ad49
1 changed files with 9 additions and 0 deletions
|
|
@ -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>
|
||||||
Loading…
Add table
Reference in a new issue