README.rdoc in cms-fortress-1.1.3 vs README.rdoc in cms-fortress-1.1.4
- old
+ new
@@ -7,11 +7,14 @@
* Added Devise for User and Session Management
* Added User Management
* Added Page caching control
* Added proper page workflow
* Customizable menus, role abilities
+* Added layout theming, current themes (:default, :wide)
+* Integrate Cms::Files (image,video and link) attachements into WYSIWYG editor buttons (wide theme only)
+
==== NOTE: with the major changes of comfy-sofa, cms-fortress supports only Rails 4.0++
== Installation
Add gem defintion to your Gemfile:
@@ -72,14 +75,30 @@
=== Other configuration
You can turn off page workflow or page caching via configuration:
Cms::Fortress.configure do |config|
+ config.theme = :wide
config.enable_page_workflow = false
config.enable_page_caching = false
end
-===TODO: More customization documents and sample
+=== Wide Theme
+With wide theme, the layout and menus are being compacted so that you have all the area for authoring. Files are also being nicely integrated to the WYSIWYG editor (tinymce).
+Below are the fetures for wide theme:
+
+* Compact Layout and Menus
+* Responsive Layout
+* Fullcreen Editing
+* Integrated image file attachement
+* Integrated video file attachment
+* Integrated link file attachement
+
+http://raw.github.com/melvinsembrano/cms-fortress/master/docs/screens/compact-layout-01.png
+
+http://raw.github.com/melvinsembrano/cms-fortress/master/docs/screens/files-integration-02.png
+
+=== TODO: More customization documents and sample
For more Comfortable Mexican Sofa awesomeness visit the wiki page here https://github.com/comfy/comfortable-mexican-sofa/wiki
== Contributing to cms-fortress