Default Data/Media Types
On this page you will find the media types and Data Types in Umbraco. These types are not created automatically after an upgrade. If you want to use the new types, you can create them yourself.
Data Types
UploadArticle
The UploadArticle Data Type has the following configuration:
Property editor:
FileUploadAccepted file extensions:
pdf,docx,doc
UploadAudio
The UploadAudio Data Type has the following configuration:
Property editor:
FileUploadAccepted file extensions:
mp3,weba,oga,opus
UploadVectorGraphics
The UploadVectorGraphics Data Type has the following configuration:
Property editor:
FileUploadAccepted file extensions:
svg
UploadVideo
The UploadVideo Data Type has the following configuration:
Property editor:
FileUploadAccepted file extensions:
mp4,webm,ogv
Media Types
UmbracoMediaArticle
The UmbracoMediaArticle media type has the following properties:
umbracoFile- Upload FileumbracoExtension- Label (string)umbracoBytes- Label (bigint)

UmbracoMediaAudio
The UmbracoMediaAudio media type has the following properties:
umbracoFileUpload AudioumbracoExtensionLabel (string)umbracoBytesLabel (bigint)

UmbracoMediaVectorGraphics
The UmbracoMediaVectorGraphics media type has the following properties:
umbracoFile- Upload Vector GraphicsumbracoExtensionLabel (string)umbracoBytesLabel (bigint)

UmbracoMediaVideo
The UmbracoMediaVideo media type has the following properties:
umbracoFile- Upload VideoumbracoExtension- Label (string)umbracoBytes- Label (bigint)

Last updated