1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-11 01:04:16 +02:00

Bump version to 3.0.89 and some other adjustments

This commit is contained in:
Ryan Cramer
2018-01-26 11:43:22 -05:00
parent 2cebe89e57
commit 90efe9b14a
6 changed files with 28 additions and 27 deletions

View File

@@ -1063,20 +1063,6 @@ $config->pageAdd = array(
'noSuggestTemplates' => '',
);
/**
* Disable template suggestions when adding new pages?
*
* Applies when adding a new page where more than one template may be selected for the newly added page.
*
* - true: Always disable template suggestions (forcing user to make selection)
* - false: Never disable template suggestions (default)
* - array: Array of template names or IDs where suggestions should be disabled when children are added.
*
* @var bool|array
*
$config->noSuggestTemplate = false;
*/
/*** 9. MISC ************************************************************************************/