This Plugin / Repo is being maintained by a community of developers. There is no warranty given or bug fixing guarantee; especially not by Programmfabrik GmbH. Please use the github issue tracking to report bugs and self organize bug fixing. Feel free to directly contact the committing developers.
This plugin provides shared functions for CustomDataTypePlugins. The installation is obligatory for the use of many plugins.
The latest version of this plugin can be found here.
The ZIP can be downloaded and installed using the plugin manager, or used directly (recommended).
Github has an overview page to get a list of all releases.
No configuration yet.
CustomDataTypePlugins build with this library automatically support the csv-importer-field-value in the following ways:
- JSON object
{
"conceptName": "Erbsen",
"conceptURI": "http://vocab.getty.edu/tgn/7188765",
...
..
}
here conceptURI is mandatory, everything else optional
- only URI as string
- combination of Name and URI in the format "Name@$@URI"
Ensure to use the plugin-update-mechanism after the csv-import to complete the fieldinformation.
The source code of this plugin is managed in a git repository at https://github.com/programmfabrik/fylr-plugin-commons-library.