11 lines
213 B
PHP
11 lines
213 B
PHP
<?php
|
|
|
|
/* For licensing terms, see /license.txt */
|
|
|
|
$plugin_info = ExerciseFocusedPlugin::create()->get_info();
|
|
|
|
$plugin_info['templates'] = [
|
|
'templates/script.html.twig',
|
|
'templates/block.html.twig',
|
|
];
|