Comfortable Mexican Sofa v2.0.13 Release Notes

Release Date: 2018-03-13 // about 6 years ago
  • ๐Ÿš€ This release is brought you by @glebm

    New tag: page_file_link

    It's similar to file_link tag that you can link previously uploaded files into content somewhere. Difference is that this tag links files uploaded for a specific page. Basically, you set up a bucket with all the files and then you can selectively drop them into the content.

    Example set up:

    On Layout content have {{ cms:files attachments, render: false }} tag defined.

    ๐Ÿ‘€ During page creation populate that field with files and save. Now, during editing you may drag-and-drop previously uploaded files. See PR for more details: #799

    Ability to drag and drop is also extended to files uploaded site-wide.

    ๐Ÿ‘€ See it in action:

    File linking in action

    • ๐Ÿš… All Javascript is converted from Coffeescript back to Javascript. Dependency on coffee-rails is dropped.
    • ๐Ÿ‘Œ Support for Ruby < 2.3 is dropped. All strings are frozen now.