deploy the default attribute of a content type field (locomotivecms/engine#1014)

did committed Jan 19, 2016
commit 3e7a89cd22758724631709d94468c9ae9a30e6d3
Showing 2 changed files with 2 additions and 2 deletions
Gemfile +1 -1
@@ @@ -6,7 +6,7 @@ gemspec
gem 'rb-fsevent', '~> 0.9.1'
# Development
- # gem 'locomotivecms_steam', github: 'locomotivecms/steam', ref: '940837b', require: false
+ gem 'locomotivecms_steam', github: 'locomotivecms/steam', ref: 'ea9cd18', require: false
# gem 'locomotivecms_coal', github: 'locomotivecms/coal', ref: '32b2844', require: false
# gem 'locomotivecms_common', github: 'locomotivecms/common', ref: '3046b79893', require: false
locomotive/wagon/decorators/content_type_field_decorator.rb b/lib/locomotive/wagon/decorators/content_type_field_decorator.rb +1 -1
@@ @@ -13,7 +13,7 @@ module Locomotive
def __attributes__
%i(name type label hint required localized unique position
text_formatting select_options
- target inverse_of order_by ui_enabled)
+ target inverse_of order_by ui_enabled default)
end
def type