Skip to content

Instantly share code, notes, and snippets.

@EvilWolf
Created June 29, 2016 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save EvilWolf/6d35a6ac05988d5ce839e859f6b8fac5 to your computer and use it in GitHub Desktop.
Save EvilWolf/6d35a6ac05988d5ce839e859f6b8fac5 to your computer and use it in GitHub Desktop.
Добавление файлов стилей в визуальный редактор Битрикс.
<?
// /local/templates/main
$arTemplate = array (
'NAME' => 'main',
'DESCRIPTION' => '',
'SORT' => '',
'TYPE' => '',
'EDITOR_STYLES' => array (
'/local/templates/main/css/normalize.min.css',
'/local/templates/main/css/bootstrap.css',
'/local/templates/main/css/main.css',
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment