app/helpers/scrivito_helper.rb in scrivito_sdk-1.2.0 vs app/helpers/scrivito_helper.rb in scrivito_sdk-1.3.0.rc1
- old
+ new
@@ -149,10 +149,10 @@
# The +field_name+ can be omitted for binary Objs and +blob+ will be used as default.
# @param [Hash] tag_or_editing_options Additional HTML attributes for the tag or
# the editing options if no +field_name+ was given
# @param [Hash] editing_options Additional options for inplace editing
#
- # @option editing_options [String] :placeholder ('/assets/scrivito/image_placeholder.png') URL
+ # @option editing_options [String] :placeholder ('scrivito/image_placeholder.gif') URL
# or path to image to be displayed if target is missing
#
# @option editing_options [Hash] :transform if set, the displayed image will be transformed using
# the definition in the given hash, see {Scrivito::Binary#transform}.
#