Updated module.ini
This commit is contained in:
parent
4b93029738
commit
e281e63806
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue