[GLOBAL]
plugin.tx_fluidbootstraptheme.view {
	templateRootPaths.0 = {$plugin.tx_fluidbootstraptheme.view.templateRootPaths.0}
	partialRootPaths.0 = {$plugin.tx_fluidbootstraptheme.view.partialRootPaths.0}
	layoutRootPaths.0 = {$plugin.tx_fluidbootstraptheme.view.layoutRootPaths.0}
}

plugin.tx_fluidbootstraptheme.settings {
	colwrap = {$plugin.tx_fluidbootstraptheme.settings.colwrap}
}

plugin.tx_vhs.settings.asset{
	bootstrapcss {
		path = //maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css
		external = 1
		group = cdn
		standalone = 1
		type = css
	}

	bootstrapcore {
		path = //maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js
		external = 1
		dependencies = jquery
		group = cdn
		standalone = 1
		movable = 1
		type = js
	}

	jquery {
		path = //ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
		external = 1
		group = cdn
		standalone = 1
		movable = 0
		type = js
	}

	jqueryuid {
		path = //ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js
		external = 1
		dependencies = jquery
		group = cdn
		standalone = 1
		movable = 1
		type = js
	}

	matchheight {
		path = EXT:fluidbootstraptheme/Resources/Public/Javascript/jquery.matchHeight-min.js
		dependencies = jquery
		group = JS
		allowMoveToFooter = 1
		type = js
	}

	eqheight {
		path = EXT:fluidbootstraptheme/Resources/Public/Javascript/eqheight.js
		dependencies = matchheight
		group = JS
		movable = 1
		type = js
	}

	fontawesome {
		path = //maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css
		external = 1
		group = cdn
		standalone = 1
		type = css
	}
}
