You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will implement this soon, as I've thought about it for some time. Until that happens I've successfully used [key:: value], and then just hide the key part, and style the value part to my liking.
I'm using fields to track date in format
(date:: 2025.02.23)
I need to apply CSS styles only to these date fields.
I see following HTML
It's impossible to target CSS rules to "date" fields, because there is no attributes rendered
Describe the solution you'd like
Add new attribute "data-name" to wrapper span:
The text was updated successfully, but these errors were encountered: