Created
June 29, 2015 08:54
-
-
Save Marlinc/906c4ccf1cf564d1f552 to your computer and use it in GitHub Desktop.
Croogo 3.0 boostrap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Plugin::load('Acl', ['bootstrap' => true]); | |
Plugin::load('Migrations'); | |
Plugin::load('Croogo', ['bootstrap' => true]); | |
Plugin::load('Croogo/Core', ['bootstrap' => true, 'routes' => true]); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Site": { | |
"acl_plugin": "Croogo/Acl", | |
"email": "[email protected]", | |
"feed_url": "", | |
"locale": "nld", | |
"status": "1", | |
"tagline": "A CakePHP powered Content Management System.", | |
"theme": "", | |
"timezone": "Europe/Amsterdam", | |
"title": "Croogo", | |
"admin_theme": "", | |
"asset_timestamp": "force", | |
"home_url": "", | |
"ipWhitelist": "127.0.0.1" | |
}, | |
"Croogo": { | |
"Api": { | |
"path": "api" | |
}, | |
"dashboardUrl": { | |
"prefix": "admin", | |
"plugin": "Croogo/Extensions", | |
"controller": "ExtensionsDashboard", | |
"action": "index" | |
}, | |
"installed": 1 | |
}, | |
"Hook": { | |
"bootstraps": "Croogo/Settings,Croogo/Comments,Croogo/Contacts,Croogo/Nodes,Croogo/Meta,Croogo/Menus,Croogo/Users,Croogo/Blocks,Croogo/Taxonomy,Croogo/FileManager,Croogo/Wysiwyg,Croogo/Ckeditor,Croogo/Dashboards" | |
}, | |
"Comment": { | |
"date_time_format": "M d, Y", | |
"email_notification": 1, | |
"feed_limit": 10, | |
"level": 1 | |
}, | |
"Meta": { | |
"description": "Croogo - A CakePHP powered Content Management System", | |
"generator": "Croogo - Content Management System", | |
"keywords": "croogo, Croogo", | |
"robots": "index, follow" | |
}, | |
"Reading": { | |
"date_time_format": "D, M d Y H:i:s", | |
"nodes_per_page": 5 | |
}, | |
"Service": { | |
"akismet_key": "your-key", | |
"akismet_url": "http://your-blog.com", | |
"recaptcha_private_key": "your-private-key", | |
"recaptcha_public_key": "your-public-key" | |
}, | |
"Writing": { | |
"wysiwyg": 1 | |
}, | |
"Access Control": { | |
"multiRole": 0, | |
"rowLevel": 0, | |
"autoLoginDuration": "", | |
"models": "" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment