Hi Sebastian,
In the Update tab under Scripts for a schema: can/should I call replace() at the end?
The docs say:
ctx.data.debug.iv = JSON.stringify(ctx, null, 2);
// Tell Squidex that the content should be replaced.
replace();
But this only works in the Create tab.
If i remove replace(); it works in the Update tab also.