Note: there are no static TypoScript templates for VHS but * > you will find a complete list in the README.md file in the * > root of the extension folder. * * @package Vhs * @subpackage ViewHelpers */ class AssetViewHelper extends AbstractAssetViewHelper { /** * @return void */ public function initializeArguments() { parent::initializeArguments(); $this->overrideArgument('standalone', 'boolean', 'If TRUE, excludes this Asset from any concatenation which may be applied', FALSE, TRUE); } }