mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
13 lines
485 B
Plaintext
13 lines
485 B
Plaintext
/**
|
|
* Define or overwrite your theme variables here.
|
|
*
|
|
* Check for @humhub/static/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');
|
|
*
|
|
* 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.
|
|
* e.g.:
|
|
* @prev-comment: true;
|
|
*
|
|
**/ |