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:
FileUpload
Accepted file extensions:
pdf
,docx
,doc
UploadAudio
The UploadAudio
Data Type has the following configuration:
Property editor:
FileUpload
Accepted file extensions:
mp3
,weba
,oga
,opus
UploadVectorGraphics
The UploadVectorGraphics
Data Type has the following configuration:
Property editor:
FileUpload
Accepted file extensions:
svg
UploadVideo
The UploadVideo
Data Type has the following configuration:
Property editor:
FileUpload
Accepted 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:
umbracoFile
Upload AudioumbracoExtension
Label (string)umbracoBytes
Label (bigint)
UmbracoMediaVectorGraphics
The UmbracoMediaVectorGraphics
media type has the following properties:
umbracoFile
- Upload Vector GraphicsumbracoExtension
Label (string)umbracoBytes
Label (bigint)
UmbracoMediaVideo
The UmbracoMediaVideo
media type has the following properties:
umbracoFile
- Upload VideoumbracoExtension
- Label (string)umbracoBytes
- Label (bigint)
Last updated