Customising Entries listing view #5563
Unanswered
tidygraphic
asked this question in
Q&A
Replies: 2 comments 3 replies
-
In the list where you choose the columns you wish to use, I believe you can reorder them. Does that help? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Similar to how collections list their entries and users can "customise columns", I'd welcome more control on what is displayed with the Entries fieldtype. Specifically when using the "Stack Selector Mode". usecase: Display the |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way that I can customise the way entries are viewed when linking to them in the navigation or in entry fields?
Current issue
At the moment when choosing entries they are displayed like so:
This isn't ideal as it's showing the title (
{{ banner_title }}
) from the banner region first and the actual page title ({{ title }}
) second. This is making life a bit confusing for users and ideally the Page title would be over on the left (I don't even need to show the other title at all really). I can't see any way to customise this?Temporary fix
I notice that if I move Page Title above Banner Title in the blueprint I get the following result:
This is better than nothing but it means I have to have the title region in a place I don't really want it going forward.
Question
It would be great if I could just customise how this screen displays - is that possible?
Thanks, Lea.
Beta Was this translation helpful? Give feedback.
All reactions