Merge pull request #936 from Hexastack/revert-935-revert-927-fix/backward-compatibility-content-type-fields-type
Some checks failed
Build and Push Docker API Image / build-and-push (push) Has been cancelled
Build and Push Docker Base Image / build-and-push (push) Has been cancelled
Build and Push Docker UI Image / build-and-push (push) Has been cancelled

Revert "Revert "fix: backward compatibility content type fields type""
This commit is contained in:
Med Marrouchi 2025-04-16 17:34:55 +01:00 committed by GitHub
commit 1c43682258
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ export class ContentField {
message:
"type must be one of the following values: 'text', 'url', 'textarea', 'checkbox', 'file', 'html'",
})
type: FieldType;
type: `${FieldType}`;
}
export class ContentTypeCreateDto {