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

New Styling plugin #467

Merged

Conversation

JohnXLivingston
Copy link
Contributor

This plugin can be used to customize the appearance. This commit includes some basic features, more could be added later.

Current features:

  • plugin can add a CSS file (this file can depend on the $userSession)
  • plugin can add CSS classes on the reservation items, that depends on the reservation item (you can for example read some custom attributes to change the appearance)

This plugin can be used to customize the appearance.
This commit includes some basic features, more could be added later.

Current features:
* plugin can add a CSS file (this file can depend on the $userSession)
* plugin can add CSS classes on the reservation items, that depends on
  the reservation item (you can for example read some custom attributes
  to change the appearance)
@JohnXLivingston JohnXLivingston changed the title New Styling plugin: New Styling plugin Dec 12, 2024
@JohnXLivingston
Copy link
Contributor Author

For example, i'm using this new Styling Plugin to display a "lock" picture on some events.
This is based on a custom attribute that differentiate private and public events (public events will be published on the public website, using a custom SQL request).

image

@effgarces effgarces merged commit 584376b into LibreBooking:develop Dec 24, 2024
3 checks passed
@JohnXLivingston
Copy link
Contributor Author

Thanks for the merge!

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.

2 participants