Skip to content
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

Enhancement: have a way of specifying null in a format in the profile #247

Open
dancunningham opened this issue Jan 27, 2016 · 0 comments
Open
Labels
2016 Needs re-triage; from 2016 or earlier feature New or improved functionality

Comments

@dancunningham
Copy link
Member

For some tiles we just want the caption to display (as it is a smaller font size) and not the first line.

Can't figure out anything to put in the format string in the profile to prevent the first line showing.

I tried:
null
 
{null}
{1,null}
{1,text,0}
and a few others. For all of them, it just shows that text as a string.

I ended up just putting in "-" which is OK as a crappy workaround for now, but there should be a way to do this.

(and/or have an explicit and different "long_text" field type for situations like this)

@dancunningham dancunningham added the feature New or improved functionality label Jan 27, 2016
@zestyping zestyping added the 2016 Needs re-triage; from 2016 or earlier label Jun 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2016 Needs re-triage; from 2016 or earlier feature New or improved functionality
Projects
None yet
Development

No branches or pull requests

2 participants