diff --git a/src/helpers/ContentType.ts b/src/helpers/ContentType.ts index acd08025..2713eab2 100644 --- a/src/helpers/ContentType.ts +++ b/src/helpers/ContentType.ts @@ -187,14 +187,6 @@ export class ContentType { } const fields = ContentType.generateFields(content.data); - if (!overrideBool && !fields.some((f) => f.name === 'type')) { - fields.push({ - name: 'type', - type: 'string', - default: contentTypeName, - hidden: true - } as Field); - } // Update the type field in the page if (!overrideBool && editor) {