From e281e638066a447ba9afa4ddf763da88961b60a6 Mon Sep 17 00:00:00 2001 From: buttle Date: Sun, 14 Mar 2021 15:24:40 +0100 Subject: [PATCH] Updated module.ini --- README.md | 6 ++++++ config/module.ini | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2be93b..cb71437 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ An Omeka S module to allow users to easily select a license from a drop down lis The module adds a "CustomLicenseTypes" data type. +# Installation + +Download the resource zip or tgz file. Unpage the file and name it `CustomLicenseTypes`. Move the module to `./modules` and ensure correct webserver permissions. + +# Usage + To use it, you can assign it as the data type for a property (like the Dublic Core License property). When the "Custom License Type" type is used on a property, the UI for that diff --git a/config/module.ini b/config/module.ini index 9cf47a6..2c69ffb 100644 --- a/config/module.ini +++ b/config/module.ini @@ -1,8 +1,10 @@ [info] -name = "Custom License Types" version = "1.0.0" +omeka_version_constraint = "^3.0.1" +name = "Custom License Types" +description = "Dropdown element to select a License." author = "Hangar.org, based on work by John Flatnes" author_link = "https://git.hangar.org/chris" +configurable = false module_link = "https://git.hangar.org/arcHIVE-tech/Omeka-License-Types" support_link = "https://git.hangar.org/arcHIVE-tech/Omeka-License-Types/issues" -omeka_version_constraint = "^1.0.0 || ^2.0.0"