Skip to content

Commit 2f32d4a

Browse files
committed
Add description
1 parent bbea3ae commit 2f32d4a

File tree

1 file changed

+2
-0
lines changed
  • packages/app/src/cli/models/extensions/specifications

1 file changed

+2
-0
lines changed

packages/app/src/cli/models/extensions/specifications/channel.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import {joinPath} from '@shopify/cli-kit/node/path'
66
const ChannelSpecificationSchema = BaseSchemaWithHandle.extend({
77
type: zod.literal('channel_config'),
88
name: zod.string().optional(),
9+
description: zod.string().optional(),
910
})
1011

1112
const SUBDIRECTORY_NAME = 'specifications'
@@ -23,6 +24,7 @@ const channelSpecificationSpec = createExtensionSpecification({
2324
return {
2425
handle: config.handle,
2526
name: config.name,
27+
description: config.description,
2628
}
2729
},
2830
})

0 commit comments

Comments
 (0)