You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,11 +104,13 @@ will add the following to your markup (will be minified):
104
104
| schema | Object (json) | This should be the schema that you want for your structured data node: `{name: "It is awesome", reviewBody: "This is great!"}`|
105
105
106
106
#### JSONLD node propTypes
107
+
107
108
| PropType | Value | Description |
108
109
| ------------- | ----------- | ------ |
109
110
| dangerouslyExposeHtml | Boolean | Set this to render the json within script tag using `dangerouslySetInnerHTML`|
110
111
111
112
#### Schema node PropTypes
113
+
112
114
| PropType | Value | Description |
113
115
| ------------- | ------------- | ------ |
114
116
| parentID | String | Sets the id of the schema that becomes a reference that the children point to `"@id": "product-x"`|
0 commit comments