-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Showing
17 changed files
with
325 additions
and
319 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 |
---|---|---|
@@ -1,11 +1,15 @@ | ||
<?php | ||
|
||
/** | ||
* Config values for Custom Profile Sprinkle | ||
* | ||
*/ | ||
/* | ||
* UF Custom User Profile Field Sprinkle | ||
* | ||
* @link https://github.com/lcharette/UF_UserProfile | ||
* @copyright Copyright (c) 2017 Louis Charette | ||
* @license https://github.com/lcharette/UF_UserProfile/blob/master/LICENSE (MIT License) | ||
*/ | ||
|
||
return [ | ||
'customProfile' => [ | ||
'cache' => false | ||
] | ||
'cache' => false, | ||
], | ||
]; |
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 |
---|---|---|
@@ -1,11 +1,15 @@ | ||
<?php | ||
|
||
/** | ||
* Config values for Custom Profile Sprinkle | ||
* | ||
*/ | ||
/* | ||
* UF Custom User Profile Field Sprinkle | ||
* | ||
* @link https://github.com/lcharette/UF_UserProfile | ||
* @copyright Copyright (c) 2017 Louis Charette | ||
* @license https://github.com/lcharette/UF_UserProfile/blob/master/LICENSE (MIT License) | ||
*/ | ||
|
||
return [ | ||
'customProfile' => [ | ||
'cache' => true | ||
] | ||
'cache' => true, | ||
], | ||
]; |
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
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
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
Oops, something went wrong.