Closed 0test closed 6 years ago
Adding a css and js files to another display mode (vertical or horizontal). Example:
$settings['configuration'] = array( 'css' => 'css/myfile.css', 'scripts' => 'js/myjs.js' );
Check for keys existance needed.
Adding a css and js files to another display mode (vertical or horizontal). Example: