We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405ca17 commit a64b712Copy full SHA for a64b712
lib/tasks/cortex/core/media.rake
@@ -17,7 +17,7 @@ namespace :cortex do
17
18
puts "Creating Fields..."
19
20
- allowed_asset_content_types = %w(txt pdf doc docx xls xlsx png jpg gif bmp)
+ allowed_asset_content_types = %w(txt css js pdf doc docx ppt pptx csv xls xlsx svg ico png jpg gif bmp)
21
media.fields.new(name: 'Asset', field_type: 'asset_field_type',
22
validations:
23
{
0 commit comments