You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,6 +33,7 @@ export class SanityOptions extends SourceOptions {
30
33
maxNumPages =-1,
31
34
mergePages =false,
32
35
pageNumZeroPad =0,
36
+
appendCroppedFilenames =true,
33
37
...rest
34
38
}={}){
35
39
super(rest);
@@ -99,6 +103,13 @@ export class SanityOptions extends SourceOptions {
99
103
* @default 0
100
104
*/
101
105
this.pageNumZeroPad=pageNumZeroPad;
106
+
107
+
/**
108
+
* If an image has a crop set within Sanity, this setting will append the cropped filename to each image object as `launchpad.croppedFilename`. Set this to `false` to disable this behavior.
0 commit comments