Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Documentation for Display Mode shape type #17389

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/docs/reference/modules/Placement/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ If a field named `City` was added to an `Address` part then its differentiator w

The placement rules are stricter for non-standard display modes.

1. The Shape must include the display type. For example `TextField_Display`.
2. You must use the full differentiator. `[ContentPart]-[ContentField]_[DisplayType]__[DisplayMode]`. For a field named MyField on the Content Type Blog the differentiator is `Blog-MyField-TextField_Display__Header`.
1. The shape type must include `_Display`. For example `TextField_Display`.
2. You must use the full differentiator defined as `[ContentPart]-[ContentField][FieldType]_Display__[DisplayMode]`. For a text field named `MyField` on the Content Type `Blog` the differentiator is `Blog-MyField-TextField_Display__Header`.

```json
{
Expand Down