-
-
Notifications
You must be signed in to change notification settings - Fork 756
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
References (not just links) to item (view and menu item) – Update to released plone.restapi.relations #4842
Changes from 8 commits
86eea2b
bbb3aff
5e705e1
35a529c
64052be
4829ab5
042b75e
83fb8ce
c4106b0
89cb268
f96127c
8875ea7
e05b1a4
99af3e5
a739d7f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -1,22 +1,22 @@ | ||||||||||||
--- | ||||||||||||
myst: | ||||||||||||
html_meta: | ||||||||||||
"description": "User manual on how to find all links to the current item." | ||||||||||||
"property=og:description": "User manual on how to find all links to the current item." | ||||||||||||
"property=og:title": "Finding links to the current item." | ||||||||||||
"keywords": "Volto, Plone, frontend, React, User manual, links" | ||||||||||||
"description": "User manual on how to find all links and relations to the current item." | ||||||||||||
"property=og:description": "User manual on how to find all links and relations to the current item." | ||||||||||||
"property=og:title": "Finding links and relations to the current item." | ||||||||||||
"keywords": "Volto, Plone, frontend, React, User manual, links, relations" | ||||||||||||
--- | ||||||||||||
|
||||||||||||
(links-to-item-label)= | ||||||||||||
|
||||||||||||
# Finding links to the current item | ||||||||||||
# Finding links and relations to the current item | ||||||||||||
|
||||||||||||
Sometimes it can be hard to keep track from where a certain page is referenced. | ||||||||||||
This is especially true whenever you want to reconstruct your website with a greater number of objects being moved or deleted. | ||||||||||||
For this situation, you can visit the {guilabel}`Links to item` page, which is an overview of all objects that refererence a certain object. | ||||||||||||
|
||||||||||||
```{note} | ||||||||||||
An item references another item by creating a hyperlink to this item, using the item in a block, or using it in the {guilabel}`Related Items` field. | ||||||||||||
An item references another item by creating a hyperlink to this item, using the item in a block, referencing it in the {guilabel}`Related Items` field, or referencing it in a relation field. | ||||||||||||
``` | ||||||||||||
|
||||||||||||
## {guilabel}`Links to item` view | ||||||||||||
|
@@ -27,7 +27,7 @@ Click then on the item labeled {guilabel}`Links to item`. | |||||||||||
You can see now a table displaying all links to the current item. | ||||||||||||
|
||||||||||||
```{image} ../_static/user-manual/manage/link-to-items.png | ||||||||||||
:alt: A panel captioned with "Links to My Summer Vacation - Day 2". A table with two columns (first column labeled with "linked by this item", second column labeled with "review state"). In the row appears a link titled "Links to My Summer Vacation - Day 1", because it is referencing the current item. | ||||||||||||
:alt: A panel captioned with "Links to My Summer Vacation - Day 2". A table with two columns (first column labeled with "Linking this item", second column labeled with "review state"). In the row appears a link titled "Links to My Summer Vacation - Day 1", because it is referencing the current item. | ||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This summarizes the language that I would like to see used and adapted in the code for the panel. I probably missed exactly where the updates would be necessary in the code. I think the row
Suggested change
|
||||||||||||
``` | ||||||||||||
|
||||||||||||
For editors, this view gives insight to whether those links are still relevant. | ||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to reduce the image width by resizing the browser width for legibility? Images should be no wider than 740 pixels to fit within the documentation's main view port.
https://6.docs.plone.org/contributing/documentation/authors.html#plone-documentation-styleguide
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Of course, thanks for the hint. Changed in c4106b0