I am aware of how to disable relative time for the instance by adding a property to config file. But we want to disable this per project?
I'm afraid the flag is a global one, not configurable by project.
I am thinking if I can inject some css/js in a field and disable the conversion. Any idea?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Currently I have this CSS snippet which works in announcement banner but doesn't work when placed in custom field
<style> .date.user-tz:before { display : inline-block; content : attr(title); } time.livestamp { display : none; } </style>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.