Add an easier way to display formatted attributes (perhaps by adding another config entry) #25
Labels
📃 Documentation
Improvements or additions to documentation
🛠️ Fix
Meant to resolve an issue/bug in the codebase.
🆘 Help!
Extra attention is needed
ℹ️ Information
Further information is requested
🔎 Investigating
The issue/pr is being investigated.
🦐 Minor
A minor update to the codebase.
preface
The issue is currently, we are all over the place with how an attribute should be formatted.
The original DataAttributes had a
properties
section related to an attribute how it should be formatted, and some other things.The benefits of this will allow us to pull from one source for our formatting in the manager and display the attribute correctly to the viewer.
There are two options:
AttributeOverride
aformat
entry, which points to a way of formatting theDouble
attribute value (least cumbersome, seems preferrable, will bloat the class a bit).properties
(have to think of a higher purpose for it, will add another entry to the manager directly)The text was updated successfully, but these errors were encountered: