-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Admin UI title, brand color change, vendure info hiding feature #391
Comments
Hi i would like to do this, if i may. My idea is to modify admin-ui-plugin, to add customized configs on adminUiConfig like:
|
Relates to #391 * feat(common): Add custom options on AdminUiConfig interface * feat(admin-ui-plugin): Set custom options on adminUiConfig * feat(admin-ui): Render custom options on adminUi * feat(admin-ui): Set custom title and stylesheet * feat(admin-ui-plugin): Overwrite favicon when informed by user * refactor: Change assets path to url * feat(docs): Guide to admin-ui-plugin customize * chore: Remove doc changes of admin ui index * chore: Revert logo and style changes * chore: Revert dev-config.ts changes
brand: 'my brand', --> display my brand on the login page when hideVendureBranding is true I don't know if there are any restrictions regarding the community edition, but I cannot set my brand name and custom logo with the following options.
|
I want a function in the admin UI dashboard where I can modify Admin UI branding as per my own brand like adding a brand color instead of blue everywhere, hiding/modifying the vendure related texts and branding.
Also if possible, css customization features like of wordpress can also be good if possible.
The text was updated successfully, but these errors were encountered: