diff --git a/src/lib/interfaces/annotation.ts b/src/lib/interfaces/annotation.ts index 498e7254..a9cda783 100644 --- a/src/lib/interfaces/annotation.ts +++ b/src/lib/interfaces/annotation.ts @@ -58,6 +58,7 @@ export class Annotation { } export const availableAnnotations = { + // Targeting ContentType 'Contentful:AggregateRoot': new Annotation({ id: 'Contentful:AggregateRoot', targets: [ @@ -74,6 +75,15 @@ export const availableAnnotations = { } ] }), + 'Contentful:ExperienceType': new Annotation({ + id: 'Contentful:ExperienceType', + targets: [ + { + type: 'ContentType' + } + ] + }), + // Targeting ContentTypeField 'Contentful:AggregateComponent': new Annotation({ id: 'Contentful:AggregateComponent', targets: [