Refactor widgets + third-party widgets #217
danilopolani
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
@danilopolani |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
is there a way currently to create a 3rd party widget? I found out the
Filament::registerWidget
method but unfortunately it will look through theApp/Widgets
folder and other paths defined in the configuration (I guess?), so I got no lucky with that.Maybe would be easier to manage widgets like this? With this configuration users would be able to remove undesired widgets (without a
disable
flag), re-order them easily and create a more flexible layout.config/filament.php
What do you think? If that works to you I could try to draft a PR, although I don't know how much time I have to work on it
Beta Was this translation helpful? Give feedback.
All reactions