lib/generators/scrivito/install/install_generator.rb in scrivito_sdk-1.1.1 vs lib/generators/scrivito/install/install_generator.rb in scrivito_sdk-1.2.0.rc1
- old
+ new
@@ -39,21 +39,15 @@
copy_file 'app/views/page/thumbnail.html.erb'
end
def copy_image_files
copy_file 'app/models/image.rb'
- #
- # FIXME content-widget
- #
- # copy_file 'app/views/image/embed.html.erb'
+ copy_file 'app/views/image/details.html.erb'
end
def copy_download_files
copy_file 'app/models/download.rb'
- #
- # FIXME content-widget
- #
- # copy_file 'app/views/download/embed.html.erb'
+ copy_file 'app/views/download/details.html.erb'
end
def copy_headline_widget_files
copy_file 'app/models/headline_widget.rb'
copy_file 'app/views/headline_widget/show.html.erb'