kentico-cloud-delivery
Version:
Official Kentico Cloud Delivery SDK
16 lines • 561 B
JavaScript
/**
* Represents codename of Kentico Cloud field types
*/
export var FieldType;
(function (FieldType) {
FieldType["Text"] = "text";
FieldType["Number"] = "number";
FieldType["ModularContent"] = "modular_content";
FieldType["Asset"] = "asset";
FieldType["DateTime"] = "date_time";
FieldType["RichText"] = "rich_text";
FieldType["MultipleChoice"] = "multiple_choice";
FieldType["UrlSlug"] = "url_slug";
FieldType["Taxonomy"] = "taxonomy";
})(FieldType || (FieldType = {}));
//# sourceMappingURL=field-type.js.map