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 9441b9b commit 8072561Copy full SHA for 8072561
changelog.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## [2.0.1]
8
+
9
+* remove default robots.txt content field from multisites site CMSFields
10
11
## [2.0.0]
12
13
* module rewrite
src/Extensions/ConfigExtension.php
@@ -46,7 +46,9 @@ public function applyRobotsCMSFields(FieldList $fields)
46
{
47
$fields->removeByName([
48
'RobotsMode',
49
- 'RobotsContent'
+ 'RobotsContent',
50
+ 'SiteAdvancedHeader',
51
+ 'RobotsTxt',
52
]);
53
54
$tabPath = $this->getOwner()->getRobotsTabPath();
0 commit comments