2025-10-15 22:49:16 -04:00

6 lines
119 B
PHP

<?php
function dc_tests_preprocess_node(&$variables) {
$variables['#attached']['library'][] = 'dc_tests/testing';
}