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.
2 parents b344f57 + ea960c4 commit ddfaa5dCopy full SHA for ddfaa5d
lib/models.php
@@ -32,6 +32,9 @@ public function parents(): Pages {
32
$parents = parent::parents();
33
return $parents->filter('slug', '!=', 'modules');
34
}
35
+ public function metaDefaults() {
36
+ return ['robotsIndex' => false];
37
+ }
38
39
40
class ModulesPage extends Page {
@@ -41,4 +44,7 @@ public function url($options = null): string {
41
44
public function render(array $data = [], $contentType = 'html'): string {
42
45
go($this->parentUrl());
43
46
47
48
49
50
0 commit comments