Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- document the data layer schema of the Content Fragment
  • Loading branch information
jckautzmann committed Feb 11, 2021
1 parent 8831a0a commit cffaeb5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions DATA_LAYER_INTEGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,31 @@ id: {
}
```

#### Content Fragment

Schema used for the Content Fragment:

```
id: {
@type
repo:modifyDate
dc:title
dc:description
xdm:text
xdm:linkURL
parentId
elements // array of the Content Fragment elements
}
```

Schema used for the Content Fragment element:
```
{
xdm:title // title
xdm:text // text
}
```

#### Page

Schema used for the Page component:
Expand Down

0 comments on commit cffaeb5

Please sign in to comment.