# DO NOT EDIT THIS FILE # Put overrides in the top level config.yaml # See: http://www.kwiki.org/?ChangingConfigDotYaml # # Kwiki::Attachments configuration options # attachments_skip: regex describing file names to be excluded attachments_skip: (^\.)|(^thumb_)|(~$)|(\.bak$) # make_thumbnails: on|off make_thumbnails: on # 'im_override' overrides the preference for Imager for # thumbnail creation if both Imager & Image::Magick are installed. # im_override: on|off im_override: off