# Name of the CMS Fiona Instance to access RailsConnector::Configuration.instance_name = 'default' # Enable Rails Connector Addons. # Please refer to the Infopark Knowledge Base for more information on addons. RailsConnector::Configuration.enable( # :comments, # :google_analytics, # :crm, # :pdf_generator, # :ratings, # :rss, :search, # :seo_sitemap, :time_machine ) # Search should be configured in config/rails_connector.yml # RSS-Feed: # # Specify which Object should be used for the RSS feed's parent folder # RailsConnector::Configuration::Rss.root = lambda { NamedLink.get_object('news') } # PDF-Generator: # # Set a list of approved hosts which the PdfGenerator is allowed to use RailsConnector::Configuration::PdfGenerator.host_whitelist('localhost') # Google Analytics: # # RailsConnector::Configuration::GoogleAnalytics.domains( # '' => '', # '' => '' # )