question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to change admin UI logo

See original GitHub issue

Question about Keystone

  1. How to change the admin UI logo? Like in v4 it’s: keystone.set('signin logo', '../correct/path/logo.png');

  2. Any way to hidden a field that has a default value in the admin UI? for example the uploadedAt hide it from UI?

Hide this part, I want to hide it because it has the default value:

aaa
keystone.createList('TextList', {
  fields: {
   ...
    uploadedAt: {
      type: DateTime,
      format: 'MM/DD/YYYY h:mm A',
      yearRangeFrom: '2019',
      yearRangeTo: '2025',
      yearPickerType: 'select',
      defaultValue: new Date(),
    }
  },
});

Another question is even set up yearPickerType to select, no picker UI displayed, also the CaldenarDay type has no picker too.

Thanks for the help!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
HackerYunencommented, Mar 22, 2020

oh that’s not a feasible solution is it?

Next yarn install will overwrite the changes

Yes, it’s not a feasible solution. Keystonejs version 5 remove the default logo hook, this issue is link to pull request #2474, you can wait for it.

0reactions
abhijithvijayancommented, Mar 22, 2020

oh that’s not a feasible solution is it?

Next yarn install will overwrite the changes

Read more comments on GitHub >

github_iconTop Results From Across the Web

Custom Admin UI Logo - Keystone 6 Documentation
In this guide we'll show you how to add a custom logo to the Keystone Admin UI. Presently the only replaceable component in...
Read more >
Admin UI Theming & Branding | Vendure docs
Specifying custom logos · Install @vendure/ui-devkit · Configure the AdminUiPlugin to compile a custom build featuring your logos:.
Read more >
Add your logo to Google Workspace
Upload your logo · Sign in to your Google Admin console. · In the Admin console, go to Menu · To open the...
Read more >
How to Change the WordPress Admin Login or Signup Logo ...
To change the logo first we'll need to add this function to the functions.php file. What this code does is that it specifies...
Read more >
Custom branding, adminui URLs and custom login page
2. is it possible to customize the admin UI login page (/keystone/signin) ? i.e. I want to use a custom logo ... Change...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found