Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
display_formatter.active_types does not mirror each formatter enabled state. #10662
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Carreau commentedJun 12, 2017
I'm attempting to enable PNG formatter in terminal (for tests). The Display Formatter have the following:
Though:
You do need to assign to the trait:
Which is far from being obvious, and made me scratch my head for about 30 min.
It seem to me that this way of enabling/disabling formatters should be cleaned-up in order to make it impossible to be wrong.