Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
axllent committed Jul 4, 2017
1 parent 6eacb86 commit b2fcbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class MyPage extends Page
// add sorting
$gridFieldConfig->addComponent(new GridFieldSortableRows('SortOrder'));
$fields->addFieldToTab('Root.Gallery',
new TiledGridField('Images', 'Product Images (cropped square, first is main image)', $this->Images(), $gridFieldConfig)
new TiledGridField('Images', 'Images', $this->Images(), $gridFieldConfig)
);
}
}
Expand Down

0 comments on commit b2fcbbc

Please sign in to comment.