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

fix(app-file-manager): expose basic fields via configuration #3525

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

Pavel910
Copy link
Collaborator

@Pavel910 Pavel910 commented Sep 13, 2023

Changes

This PR exposes 2 new configuration components to allow developers to:

  1. Show/Hide the Filter by tag widget in the file browser
  2. Add/Remove/Replace/Position fields in the Basic Details tab

Demo video:

fm-field-customization.mp4

How Has This Been Tested?

Manually.

Documentation

<FileManagerConfig>
    <Browser.FilterByTags remove />
    <FileDetails.Field name={"tags"} remove />
    <FileDetails.Field name={"aliases"} element={<div>My new element!</div>} />
</FileManagerConfig>

@Pavel910 Pavel910 added this to the 5.37.4 milestone Sep 13, 2023
@Pavel910 Pavel910 self-assigned this Sep 13, 2023
Copy link
Contributor

@leopuleo leopuleo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thanks Pavel!

@Pavel910 Pavel910 merged commit 031884b into dev Sep 14, 2023
56 checks passed
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