Sha256: 2fef5c0ce61fe82374342b8da4fa97d596f6cd01b2f6374a502302f0eb98d42d

Contents?: true

Size: 1.41 KB

Versions: 13

Compression:

Stored size: 1.41 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"], // 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"], //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
}

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
camaleon_cms-2.4.3.13 config/system.json
camaleon_cms-2.4.3.12 config/system.json
camaleon_cms-2.4.3.11 config/system.json
camaleon_cms-2.4.3.10 config/system.json
camaleon_cms-2.4.3.9 config/system.json
camaleon_cms-2.4.3.8 config/system.json
camaleon_cms-2.4.3.7 config/system.json
camaleon_cms-2.4.3.6 config/system.json
camaleon_cms-2.4.3.5 config/system.json
camaleon_cms-2.4.3.4 config/system.json
camaleon_cms-2.4.3.3 config/system.json
camaleon_cms-2.4.3.2 config/system.json
camaleon_cms-2.4.3.1 config/system.json