trait BedrockThemeTrait (View source)

This is a trait you can add to your theme's PageTheme class if it is built with the Concrete bedrock. That means it includes the bedrock SCSS and JS files. If your theme's JS and CSS files include these starter assets, you'll automatically need to require jQuery and Bootstrap4, and you'll automatically support the bootstrap4 grid system.

Methods

getThemeSupportedFeatures()

No description

registerAssets()

No description

string
getThemeGridFrameworkHandle()

No description

ColorCollection|null
getColorCollection()

No description

Details

getThemeSupportedFeatures()

No description

registerAssets()

No description

string getThemeGridFrameworkHandle()

No description

Return Value

string

ColorCollection|null getColorCollection()

No description

Return Value

ColorCollection|null