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

Add feature to ignore MyProfile components #306

Merged
merged 2 commits into from
Dec 28, 2023

Conversation

caendesilva
Copy link
Contributor

Fixes #291 by adding a method to ignore My Profile components from being added.

To use it, chain the withoutMyProfileComponents to your Filament plugin registration

->plugin(
    BreezyCore::make()
        ->withoutMyProfileComponents([
            'update_password'
        ])
);

Fixes jeffgreco13#291 by adding a method to ignore My Profile components from being added.
caendesilva added a commit to hydephp/filament-breezier that referenced this pull request Dec 26, 2023
Fixes jeffgreco13#291 by adding a method to ignore My Profile components from being added.

Cherry picked from jeffgreco13#306
@jeffgreco13
Copy link
Owner

@caendesilva sure thank you for this! Can you please commit usage docs to the README? Will merge this in next release.

@caendesilva
Copy link
Contributor Author

@caendesilva sure thank you for this! Can you please commit usage docs to the README? Will merge this in next release.

@jeffgreco13 Done!

@jeffgreco13 jeffgreco13 merged commit 76998f5 into jeffgreco13:2.x Dec 28, 2023
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.

Is it possible to disable the PersonalInfo and UpdatePassword components?
2 participants