Skip to content

Commit 9436362

Browse files
committed
Attempt to make the description much clearer.
1 parent 66c0e2b commit 9436362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProcessGraphQLConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function getInputFields()
6767
$f->optionColumns = 4;
6868
$f->attr('name', 'legalTemplates');
6969
$f->label = 'Legal Templates';
70-
$f->description = 'The pages with the templates that you select below will be available via your GraphQL api.';
70+
$f->description = 'Only the templates that are selected here and have Access Control enabled will be handled by this module.';
7171
$gotDisabledFields = false;
7272
foreach (\ProcessWire\wire('templates') as $template) {
7373
$attributes = [];

0 commit comments

Comments
 (0)