When I have provided a labelResolver for a schema item, it oftentimes mirrors another field.
{
labelResolver: x => x.name,
name: { type: Text, isUnique: true },
...
}
Is there a way to hide label from showing in the administration interface (as both name and label are equivalent).
Possibly resolvable with https://github.com/keystonejs/keystone-5/issues/979~~
It looks like you haven't had a response in over 3 months. Sorry about that! We've flagged this issue for special attention. It wil be manually reviewed by maintainers, not automatically closed. If you have any additional information please leave us a comment. It really helps! Thank you for you contributions. :)
I'd say a set of default cols is the way to solve this. Closing as dupe of: #979
Issue still persists. Setting defaultColumns doesn't hide Label column.