mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
Merge pull request #936 from Hexastack/revert-935-revert-927-fix/backward-compatibility-content-type-fields-type
Revert "Revert "fix: backward compatibility content type fields type""
This commit is contained in:
commit
1c43682258
@ -40,7 +40,7 @@ export class ContentField {
|
|||||||
message:
|
message:
|
||||||
"type must be one of the following values: 'text', 'url', 'textarea', 'checkbox', 'file', 'html'",
|
"type must be one of the following values: 'text', 'url', 'textarea', 'checkbox', 'file', 'html'",
|
||||||
})
|
})
|
||||||
type: FieldType;
|
type: `${FieldType}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class ContentTypeCreateDto {
|
export class ContentTypeCreateDto {
|
||||||
|
Loading…
Reference in New Issue
Block a user