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

Using display options with layoutCandidates #1831

Closed
angrykoala opened this issue Jan 3, 2023 · 1 comment
Closed

Using display options with layoutCandidates #1831

angrykoala opened this issue Jan 3, 2023 · 1 comment
Assignees
Labels
⚡️ Enhancement New feature or request

Comments

@angrykoala
Copy link

Is your feature request related to a problem? Please describe.
I'm trying to use display tags along with layoutCandidates, with a configuration similar to the following:

{
            layout: {
                default: ["a b c {test}"],
            },
            display: {
                "{test}": "Test",
            },
            layoutCandidates: {
                "a": "{test} another",
            },
}

I expected {test} to be formatted as Test in the candidates menu, like with the normal keys, however, {test} is shown instead:
Screenshot from 2023-01-03 16-34-10

@hodgef hodgef self-assigned this Jan 3, 2023
@hodgef hodgef added the ⚡️ Enhancement New feature or request label Jan 3, 2023
@hodgef hodgef added this to Acknowledged in ⚡️ Enhancements Jan 3, 2023
@hodgef hodgef closed this as completed in 5e1df22 Jan 4, 2023
@hodgef
Copy link
Owner

hodgef commented Jan 4, 2023

Thanks for the suggestion, this should be supported as of the latest version. Please feel free to give it a try.

Regards,
Francisco Hodge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚡️ Enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants