We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c0e2b commit 9436362Copy full SHA for 9436362
ProcessGraphQLConfig.php
@@ -67,7 +67,7 @@ public function getInputFields()
67
$f->optionColumns = 4;
68
$f->attr('name', 'legalTemplates');
69
$f->label = 'Legal Templates';
70
- $f->description = 'The pages with the templates that you select below will be available via your GraphQL api.';
+ $f->description = 'Only the templates that are selected here and have Access Control enabled will be handled by this module.';
71
$gotDisabledFields = false;
72
foreach (\ProcessWire\wire('templates') as $template) {
73
$attributes = [];
0 commit comments