2016-12-23 10:19:52 +01:00
|
|
|
/**
|
|
|
|
* Define or overwrite your theme variables here.
|
|
|
|
*
|
2017-01-24 12:29:33 +01:00
|
|
|
* Check for @humhub/less/variables.less file for all available variables.
|
|
|
|
*
|
|
|
|
* You can also access your variables within your view files by calling Yii::$app->view->theme->variable('myVariable');
|
2016-12-23 10:19:52 +01:00
|
|
|
*
|
|
|
|
* You can disable the import of humhub theme components by using variables of the format @prev-{component} e.g.:
|
|
|
|
* This will prevent comment.less component from beeing imported.
|
2017-01-24 12:29:33 +01:00
|
|
|
* e.g.:
|
2016-12-23 10:19:52 +01:00
|
|
|
* @prev-comment: true;
|
2017-01-24 12:29:33 +01:00
|
|
|
*
|
2016-12-23 10:19:52 +01:00
|
|
|
**/
|