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 ac5350c commit 405ca17Copy full SHA for 405ca17
lib/cortex/plugins/core/version.rb
@@ -1,7 +1,7 @@
1
module Cortex
2
module Plugins
3
module Core
4
- VERSION = '0.4.0'
+ VERSION = '0.4.1'
5
end
6
7
lib/tasks/cortex/core/media.rake
@@ -46,7 +46,7 @@ namespace :cortex do
46
media.fields.new(name: 'Description', field_type: 'text_field_type', validations: {presence: true})
47
media.fields.new(name: 'Tags', field_type: 'tag_field_type')
48
media.fields.new(name: 'Expiration Date', field_type: 'date_time_field_type')
49
- media.fields.new(name: 'Alt Tag', field_type: 'text_field_type', order_position: 6)
+ media.fields.new(name: 'Alt Tag', field_type: 'text_field_type')
50
media.save
51
52
puts "Creating Wizard Decorators..."
0 commit comments