Skip to content

Commit d81cd4d

Browse files
committed
Merge branch 'padms/3756' into staging
2 parents 8b4e39f + e06b934 commit d81cd4d

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

studio/schemas/documents/topic/sharedTopicPageFields.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ export const content = {
7272
{ type: 'barChartBlock', title: 'Bar chart' },
7373
{ type: 'promotionsV2' },
7474
Flags.IS_DEV && { type: 'anchorSearch' },
75+
{ type: 'promoteTopicsV2' },
76+
{ type: 'promoteExternalLinkV2' },
7577
].filter(e => e),
7678
components: {
7779
input: RolesBasedArrayInput,

studio/schemas/objects/promoteV2/promoteExternalLinkV2.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export type promoteExternal = {
1111
}
1212

1313
export default {
14-
title: 'Promotion v2 external links',
14+
title: 'Promotion v2 external links (deprecated)',
1515
name: 'promoteExternalLinkV2',
1616
type: 'object',
1717
deprecated: {

studio/schemas/objects/promoteV2/promoteTopicsV2.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export type promoteTopics = {
9898
}
9999

100100
export default {
101-
title: 'Promotion v2 topics',
101+
title: 'Promotion v2 topics (deprecated)',
102102
name: 'promoteTopicsV2',
103103
type: 'object',
104104
deprecated: {

0 commit comments

Comments
 (0)