Add variables for default metadata and image license

This commit is contained in:
Joshua Ramon Enslin 2021-03-10 23:45:17 +01:00
parent dbc7d01de4
commit 1abb36691f
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -11,6 +11,9 @@ declare(strict_types = 1);
*/
final class MDLicensesSet extends MDValueSet {
const DEFAULT_LICENSE_IMGS = 'CC BY-NC-SA';
const DEFAULT_LICENSE_METADATA = 'CC BY-NC-SA';
const AVAILABLE_LICENSES = [
'CC BY-NC-SA' => 'https://creativecommons.org/licenses/by-nc-sa/4.0/',