lib/generators/scrivito/install/install_generator.rb in scrivito_sdk-0.41.0.rc1 vs lib/generators/scrivito/install/install_generator.rb in scrivito_sdk-0.41.0.rc2

- old
+ new

@@ -39,15 +39,21 @@ copy_file 'app/views/page/thumbnail.html.erb' end def copy_image_files copy_file 'app/models/image.rb' - copy_file 'app/views/image/embed.html.erb' + # + # FIXME content-widget + # + # copy_file 'app/views/image/embed.html.erb' end def copy_download_files copy_file 'app/models/download.rb' - copy_file 'app/views/download/embed.html.erb' + # + # FIXME content-widget + # + # copy_file 'app/views/download/embed.html.erb' end def copy_headline_widget_files copy_file 'app/models/headline_widget.rb' copy_file 'app/views/headline_widget/show.html.erb'