Skip to content

Commit a83aacc

Browse files
authored
Merge pull request #7359 from Shopify/04-21-explicitly_set_identifier_and_uistrategy_for_admin_link_so_the_build_command_will_work
Explicitly set identifier and uiStrategy for admin_link so the build command will work
2 parents eaeab71 + 2e7956e commit a83aacc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/app/src/cli/models/extensions/specifications

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import {createContractBasedModuleSpecification} from '../specification.js'
22

33
const adminLinkSpec = createContractBasedModuleSpecification({
44
identifier: 'admin_link',
5+
uidStrategy: 'uuid',
6+
experience: 'extension',
57
clientSteps: [
68
{
79
lifecycle: 'deploy',

0 commit comments

Comments
 (0)