lithium\template\helper\Html::$contentMap
Overrides
lithium\template\Helper::$contentMap
Used by output handlers to calculate asset paths in conjunction with the Media
class.
Source
public $contentMap = [
'script' => 'js',
'style' => 'css',
'image' => 'image',
'_metaLink' => 'generic'
];