Enhancement for (custom) listviews #13295
TimmiX88
started this conversation in
Features and ideas
Replies: 2 comments 4 replies
-
This was also what I suggested in #10053 I think it would be best to explicit select content types which shouldn't be included in listview (and render as tree nodes) instead of selecting content types which should be included in listview as the first wouldn't affect what people already is familiar with and I think it wouldn't be a breaking change. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Ps. Some info on Listviews in v14+: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When enabling listview automatically all subitems are placed inside this list. This works well in general, for newsitems for example, but in some cases you also need other types of content underneath an overview page.
Example
When creating a jobs overview you create an overview page (jobOverview doctype with listview enabled) and underneath you have several pages for each job opening (jobDetail doctype). Because of the listview all these jobs are being shown in the listview. But then you might also want other pages underneath the overview page, for example an 'open sollicitation' page, an application form or general terms and conditions information page.
But now, because of the listview, these are also seen as a 'jobs' and shown in that (custom) list.
It would be useful if you can select one or more doctypes within custom listviews, so only pages of those doctypes are shows in the list. All other doctypes would then still be placed as a normal subpage in the pagetree.
Beta Was this translation helpful? Give feedback.
All reactions