Skip to content

Commit

Permalink
Removed Custom Tweak for GridFieldBulkEditingTools
Browse files Browse the repository at this point in the history
No longer required due to update.
  • Loading branch information
purplespider committed Jan 31, 2014
1 parent 0ada68d commit 9246d50
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 33 deletions.
3 changes: 3 additions & 0 deletions _config/galleries.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
LeftAndMain:
extra_requirements_css:
- basic-galleries/css/cms.css
20 changes: 0 additions & 20 deletions code/CustomGridFieldBulkEditingTools.php

This file was deleted.

1 change: 0 additions & 1 deletion code/PhotoGalleryPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public function getCMSFields() {
}

$gridFieldConfig = GridFieldConfig_RecordEditor::create();
$gridFieldConfig->addComponent(new CustomGridFieldBulkEditingTools());
$gridFieldConfig->addComponent(new GridFieldBulkImageUpload());

$gridFieldConfig->getComponentByType('GridFieldBulkImageUpload')->setConfig('folderName', "Managed/PhotoGalleries/".$this->ID."-".$this->URLSegment);
Expand Down
12 changes: 0 additions & 12 deletions css/CustomGridFieldBulkEditingTools.css

This file was deleted.

4 changes: 4 additions & 0 deletions css/cms.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#bulkImageUploadGFButton {
margin-bottom: 10px !important;
font-size: 120% !important;
}

0 comments on commit 9246d50

Please sign in to comment.