Skip to content

Commit f5a72dc

Browse files
committed
Fix inconsistency
1 parent 7dbb37c commit f5a72dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__test__/test-website/src/app/en/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ initReactComponentRegistry({
6363
'_Column:tagA': ColumnA,
6464

6565
// Content type "test_ct6" only has a component with tag
66-
'test_ct6:tagA': Component6,
66+
'test_c6:tagA': Component6,
6767
test_c7: {
6868
// default: Component7,
6969
tags: {

__test__/test-website/src/components/with-display-templates.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const ct3 = contentType({
3434
});
3535

3636
export const ct6 = contentType({
37-
key: 'test_ct6',
37+
key: 'test_c6',
3838
baseType: '_component',
3939
compositionBehaviors: ['elementEnabled', 'sectionEnabled'],
4040
});

0 commit comments

Comments
 (0)