Skip to content

Commit 5b41e73

Browse files
committed
fix: compatibility with showIn object
1 parent 561e5e2 commit 5b41e73

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,11 @@ getBucketLifecycleConfiguration on bucket ${this.options.s3Bucket} in region ${t
144144
meta: pluginFrontendOptions,
145145
},
146146
},
147-
showIn: ['edit', 'create'],
147+
showIn: {
148+
all: false,
149+
create: true,
150+
edit: true,
151+
}
148152
};
149153

150154

0 commit comments

Comments
 (0)