Closed dy closed 2 years ago
Docs say that in case of modify action pattern defaults to end-of-file. Same time, running it as
pattern
,... { type: "modify", path: "masters/wavefont.designspace", // pattern: '', template: 'APPENDED' }, ...
creates error:
Invalid modify action (modify must have a pattern or transform function)
The error itself mentions what's happening here - your modify action either needs a pattern (which has been commented out in your example) or a transform function to modify the values
modify
transform
Docs say that in case of modify action
pattern
defaults to end-of-file. Same time, running it ascreates error: