Skip to content

Commit 2e7956e

Browse files
committed
Explicitly set identifier and uiStrategy for admin_link so the build command will work
1 parent eaeab71 commit 2e7956e

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)