Keystone: Hide label column in administration UI

Created on 1 May 2019  路  4Comments  路  Source: keystonejs/keystone

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).

admin-ui bug needs-review

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jesstelford picture jesstelford  路  14Comments

molomby picture molomby  路  11Comments

bothwellw picture bothwellw  路  18Comments

bholloway picture bholloway  路  18Comments

molomby picture molomby  路  11Comments