Skip to content
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

Added an option to configure AutoUIConfiguration #1626

Merged
merged 1 commit into from
Apr 5, 2023

Conversation

tomasherceg
Copy link
Member

Until now, we couldn't configure Auto UI in any other place than in the AddAutoUI method, which is not great for libraries that want to extend Auto UI.

Similar to DotvvmConfiguration, this PR allows doing this:

services.Configure<AutoUIConfiguration>(config => { ... });

@acizmarik acizmarik added this to the Version 4.2 milestone Mar 29, 2023
@acizmarik acizmarik merged commit 10ca9fa into main Apr 5, 2023
@acizmarik acizmarik deleted the feature/autoui-configuration branch April 5, 2023 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants