1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-18 04:22:10 +02:00

Change default of ProcessModule 'allowClasses' option to true so that it shows class names below module titles.

This commit is contained in:
Ryan Cramer
2024-11-15 18:19:31 -05:00
parent a14398b4a3
commit fb641fae89

View File

@@ -818,7 +818,7 @@ class ProcessModule extends Process {
'allowDelete' => false,
'allowSections' => true,
'allowDates' => false,
'allowClasses' => false,
'allowClasses' => true,
'allowType' => false,
'allowInstall' => true,
'summaries' => array(),