**/ class GridFieldConfig_BlogPost extends GridFieldConfig_Lumberjack { public function __construct($itemsPerPage = null) { parent::__construct($itemsPerPage); $this->removeComponentsByType('GridFieldSiteTreeState'); $this->addComponent(new GridFieldBlogPostState()); } }