README.rdoc in cms-fortress-1.2.0 vs README.rdoc in cms-fortress-1.2.1

- old
+ new

@@ -75,10 +75,10 @@ 3: Restart the server. Go into each Role you have defined and click "Load New Roles". Voila! === Other configuration -You can turn off page workflow or page caching via configuration: +You can turn off page workflow or page caching via configuration and you can set the theme to +:wide+ or +:default+: Cms::Fortress.configure do |config| config.theme = :wide config.enable_page_workflow = false config.enable_page_caching = false