Omeka-License-Types/config/module.config.php

9 lines
153 B
PHP
Raw Normal View History

2021-03-04 16:33:19 +01:00
<?php
return [
'data_types' => [
'invokables' => [
'work_type' => 'CustomLicenseTypes\DataType\LicenseType'
],
],
];