Skip to content

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

@GerilLeto

Description

@GerilLeto

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";

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions