concretecms / concrete5-legacy

Legacy repository for concrete5
http://www.concrete5.org
559 stars 323 forks source link

Image block does not export page links #1997

Closed JeRoNZ closed 4 years ago

JeRoNZ commented 4 years ago

The Concrete5_Controller_Block_Image class needs to declare

protected $btExportPageColumns = array('internalLinkCID');

So that internal page links are exported.