Sha256: 0446232692a07f7d2f8264c8162b1450e05d6df4e81de9bcae2c1e6cc59656d5
Contents?: true
Size: 962 Bytes
Versions: 20
Compression:
Stored size: 962 Bytes
Contents
# 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( # '<your.domain.com>' => '<your-ga-code-1>', # '<your.domain.de>' => '<your-ga-code-2>' # )
Version data entries
20 entries across 20 versions & 1 rubygems