mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge branch '4.10' into 4
This commit is contained in:
commit
6ab92e8f74
@ -2172,7 +2172,7 @@ class SiteTree extends DataObject implements PermissionProvider, i18nEntityProvi
|
|||||||
);
|
);
|
||||||
|
|
||||||
$parentType->addExtraClass('noborder');
|
$parentType->addExtraClass('noborder');
|
||||||
$visibility->setTitle($this->fieldLabel('Visibility'));
|
$visibility->setName('Visibility')->setTitle($this->fieldLabel('Visibility'));
|
||||||
|
|
||||||
|
|
||||||
// This filter ensures that the ParentID dropdown selection does not show this node,
|
// This filter ensures that the ParentID dropdown selection does not show this node,
|
||||||
|
@ -82,6 +82,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
|
"colors": "1.1.2",
|
||||||
"eslint": "^4.6.1"
|
"eslint": "^4.6.1"
|
||||||
},
|
},
|
||||||
"babel": {
|
"babel": {
|
||||||
|
Loading…
Reference in New Issue
Block a user