table icon indicating copy to clipboard operation
table copied to clipboard

format input & output of inline-function-editor

Open GerilLeto opened this issue 1 year ago • 0 comments

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 avatar Jul 05 '24 04:07 GerilLeto