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

format input & output of inline-function-editor #1455

Open
GerilLeto opened this issue Jul 5, 2024 · 0 comments · Fixed by #1482
Open

format input & output of inline-function-editor #1455

GerilLeto opened this issue Jul 5, 2024 · 0 comments · Fixed by #1482
Assignees
Labels
enhancement New feature or request scope:dashboard
Milestone

Comments

@GerilLeto
Copy link
Member

GerilLeto commented Jul 5, 2024

without this feature, we'll have to store full function string like:

function color({ variables }, { filters, context }, utils) {
    return "color";
}

but if this feature lands as expected, stored content would be:

return "color";
@GerilLeto GerilLeto added enhancement New feature or request scope:dashboard labels Jul 5, 2024
@GerilLeto GerilLeto added this to the v14.0.0 milestone Jul 5, 2024
@GerilLeto GerilLeto self-assigned this Jul 5, 2024
@GerilLeto GerilLeto linked a pull request Jul 21, 2024 that will close this issue
@GerilLeto GerilLeto reopened this Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request scope:dashboard
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant