-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
Enhancement: Custom FullCalendar Configuration for Widgets #130
Conversation
Hey! Thanks for your contribution, i'll review it soon :) |
Hello. This would be wonderful.
|
Any news on this PR? :) |
@saade can we help, in order to merge this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey! Sorry for the low support on this plugin. I have big improvements for it on my TODO but i'm busy in another project atm.
If someone could apply and test those changes and test i'll be happy to merge. Thanks!
I am not sure if any other than @sitenzo can edit this PR |
I'll have a look later today 👍🏼 |
Co-authored-by: Guilherme Saade <saade@outlook.com.br>
Co-authored-by: Guilherme Saade <saade@outlook.com.br>
Co-authored-by: Guilherme Saade <saade@outlook.com.br>
Co-authored-by: Guilherme Saade <saade@outlook.com.br>
Co-authored-by: Guilherme Saade <saade@outlook.com.br>
Co-authored-by: Guilherme Saade <saade@outlook.com.br>
Co-authored-by: Guilherme Saade <saade@outlook.com.br>
Co-authored-by: Guilherme Saade <saade@outlook.com.br>
Co-authored-by: Guilherme Saade <saade@outlook.com.br>
I have committed all the changes you have reviewed. |
array_merge_recursive, maybe is not the perfect solution here Edit: @saade, supposing you bing back |
Any news on this pull request? This option would be extremely useful for me :) I think with the suggestion of @GeoSot to bring back mergeArraysRecursive the PR should be fine right? Looks good to my eye at least 👍 |
Thanks! |
In this pull request, we're introducing a feature that allows you to customize the FullCalendar configuration on a per-widget basis.
What's New?
You can now set a default configuration at the plugin level. However, if you need to make specific changes for a particular widget, you have the flexibility to do so.
How to Customize Widget Configuration?
In your widget, implement the getConfig method.
Set up the custom configuration for the widget within the getConfig method.
Merging Configurations
Behind the scenes, both the default plugin configuration and the widget-specific configuration files are merged into one final configuration for the widget. This ensures that you have full control over how FullCalendar behaves for each widget.
We believe this enhancement will provide greater flexibility and customization options for your FullCalendar widgets.