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

Content shape alternate targeting a specific item with ContentItemId (#15572) #16679

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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: 1 addition & 3 deletions src/docs/reference/modules/Templates/README.md
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ For instance, when a content item is displayed in a list, the `Summary` display

This template is called when displaying a content item with a specific Id.

Note: This template was supported on Orcard Core version 1.X and will probably be removed from future versions. It is strongly recommended to use the corresponding template that utilises the ContentItemId.
Note: This template was supported on Orchard version 1.X and will probably be removed from future versions. It is strongly recommended to use the corresponding template that utilizes the ContentItemId.
dmourtzoukos marked this conversation as resolved.
Show resolved Hide resolved

#### Content with specific Id Examples

Expand All @@ -89,8 +89,6 @@ Note: This template was supported on Orcard Core version 1.X and will probably b
This template is called when displaying a content item with a specific display type and Id.
For instance, when a content item is displayed in a list, the `Summary` display type is commonly used.

Note: This template was supported on Orcard Core version 1.X and will probably be removed from future versions. It is strongly recommended to use the corresponding template that utilises the ContentItemId.

#### Content with specific Display Type and Id Examples

| Template | Filename|
Expand Down