PHP Classes

File: src/Cabin/Hull/config/templates/config.twig

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/Cabin/Hull/config/templates/config.twig   Download  
File: src/Cabin/Hull/config/templates/config.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change: Pre-1.3.0 release code review results.
Date: 7 years ago
Size: 929 bytes
 

Contents

Class file image Download
{ "blog": { "cachelists": {{ config['blog']['comments']['cachelists'] ? 'true' : 'false' }}, "comments": { "depth_max": {{ config['blog']['comments']['comments']['depth_max']|je }}, "enabled": {{ config['blog']['comments']['enabled'] ? 'true' : 'false' }}, "guests": {{ config['blog']['comments']['guests'] ? 'true' : 'false' }}, "recaptcha": {{ config['blog']['comments']['recaptcha'] ? 'true' : 'false' }} }, "per_page": {{ config['blog']['comments']['per_page']|je }} }, "cache-secret": {{ config['cache-secret']|je }}, "file": { "cache": {{ config['file']['cache']|je }} }, "homepage": { "blog-posts": {{ config['homepage']['blog-posts']|je }} }, "recaptcha": { "secret-key": {{ config['recaptcha']['secret-key']|je }}, "site-key": {{ config['recaptcha']['site-key']|je }} } }