Sha256: 36325d50fedab301b67fadc2998c9a6a809526cff58b0046069bdbae4278bb3f

Contents?: true

Size: 776 Bytes

Versions: 5

Compression:

Stored size: 776 Bytes

Contents

{
  "title": "Front Cache",
  "descr": "Please check documentation <a href='https://camaleon.website/store/plugins/3'>here.</a>",
  "version": "0.2",
  "key": "front_cache",
  "position": 1,
  "helpers": [
    "Plugins::FrontCache::FrontCacheHelper"
  ],
  "hooks": {
    "admin_before_load": ["front_cache_post_requests"],
    "front_before_load": ["front_cache_front_before_load", "front_cache_post_requests"],
    "on_active": ["front_cache_on_active"],
    "on_inactive": ["front_cache_on_inactive"],
    "on_render": ["front_cache_on_render"],
    "app_before_load": ["front_cache_before_load"],
    "plugin_options":["front_cache_plugin_options"],
    "front_after_load": ["front_cache_front_after_load"]
    //here you can add all your hooks (read documentation)
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
camaleon_cms-2.9.0 app/apps/plugins/front_cache/config/config.json
camaleon_cms-2.8.3 app/apps/plugins/front_cache/config/config.json
camaleon_cms-2.8.2 app/apps/plugins/front_cache/config/config.json
camaleon_cms-2.8.1 app/apps/plugins/front_cache/config/config.json
camaleon_cms-2.8.0 app/apps/plugins/front_cache/config/config.json