-
Notifications
You must be signed in to change notification settings - Fork 275
feat: Support templates for hidden
to hide the card completely
#1013
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
Conversation
Note: We can't call this disabled as trying to template that just breaks such a config. Users would be able to set disabled, like visibility, but we don't need to document that. |
Frontend listens to |
It means we can template the hidden property. But this would be "on top" of |
Yes. The benefit is tempting. |
Merge dev to hidden-config
hidden
to hide the card completely
## [5.1.0-dev.4](v5.1.0-dev.3...v5.1.0-dev.4) (2025-10-16) ### Features * Support templates for `hidden` to hide the card completely ([#1013](#1013)) ([263d366](263d366)), closes [#1004](#1004) ### Bug Fixes * custom_fields cards are not recreated from scratch anymore if their config is modified ([#1064](#1064)) ([2d8aaa4](2d8aaa4)), closes [#1060](#1060)
🎉 This PR is included in version 5.1.0-dev.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Replaces PR #1004