-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41c7173
commit 2a4dd72
Showing
2 changed files
with
25 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
|
||
/** | ||
* Craft Query API config.php | ||
* | ||
* This file exists only as a template for the Craft Query API settings. | ||
* It does nothing on its own. | ||
* | ||
* Don't edit this file, instead copy it to 'craft/config' as 'craft-query-api.php' | ||
* and make your changes there to override default settings. | ||
* | ||
* Once copied to 'craft/config', this file will be multi environment aware as | ||
* well, so you can have different settings groups for each environment, just as | ||
* you do for 'general.php' | ||
*/ | ||
|
||
return [ | ||
'*' => [ | ||
// Defines the cache duration. Defaults to the cache duration defined in your general.php. | ||
// 'cacheDuration' => 69420, | ||
// | ||
// Define field classes that should be excluded from the response. | ||
// 'excludeFieldClasses' => ['nystudio107\seomatic\fields\SeoSettings']*/ | ||
], | ||
]; |
This file was deleted.
Oops, something went wrong.