Sha256: 9b2d26f3661c0ea85a79af4a4593a5624f26e68043877e8b136ba9aae58021c1

Contents?: true

Size: 1.7 KB

Versions: 8

Compression:

Stored size: 1.7 KB

Contents

{
  "default_template": "default", // default template name for new sites
  "hooks": { }, // system hooks
  "skip_format_url": true, // enable or disable .html extension in the urls.
  "default_plugins": ["front_cache", "cama_contact_form", "attack", "cama_meta_tag"], // Default plugins installed for each new site
  "available_languages": ["es", "en", "fr", "de", "it", "pt-BR", "nl", "zh-CN", "ru", "uk"], // Available languages for frontend panel, here all locales: https://github.com/svenfuchs/rails-i18n
  "admin_available_languages": ["en", "es", "it", "de", "pt-BR" , "nl", "fr", "zh-CN", "ru", "uk"], //Available languages for the admin panel
  "default_user_role": "client", // default user role for all new users
  "users_share_sites": true, //(boolean) true: permit to share users between sites, false: All users are assigned for an unique site.
  "db_prefix": "", // prefix name for database tables
  "relative_url_root": "", // URL prefix, for example to get http://localhost:3000/blog/, this should be "blog"
  "admin_path_name": "admin", // URL prefix for admin panel, for example to get http://localhost:3000/sekret/, this should be "sekret"
  "user_model": "", // class name for users (Permit to use custom logins by custom user models like devise)
  "media_slug_folder": false, // permit to use site slug for upload media folder instead of site-id
  "auto_include_migrations": true, // permit to auto include all migrations of camaleon cms and its related plugins, if false you can generate manually with: rake camaleon_cms:generate_migrations
  "default_layout": "index" // define default layout name for camaleon frontend
}

// Note: after any change in this file, you need to restart your server to apply changes.

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
camaleon_cms-2.4.5.8 config/system.json
camaleon_cms-2.4.5.7 config/system.json
camaleon_cms-2.4.5.5 config/system.json
camaleon_cms-2.4.5.4 config/system.json
camaleon_cms-2.4.5.3 config/system.json
camaleon_cms-2.4.5.2 config/system.json
camaleon_cms-2.4.5.1 config/system.json
camaleon_cms-2.4.5 config/system.json