Skip to content

programmfabrik/fylr-plugin-custom-data-type-getty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

custom-data-type-getty

This is a plugin for fylr with Custom Data Type CustomDataTypeGetty for references to entities of the Getty Vocabularies.

⚠️ For easydb5-instances use easydb-custom-data-type-getty.

The Plugins uses https://ws.gbv.de/suggest/getty/ for the autocomplete-suggestions.

installation

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.

configuration

As defined in manifest.yml this datatype can be configured:

Schema options

  • which getty-vocabularys are offered for search. One or multiple of
    • aat
    • tgn
    • ulan
  • starting point for searching within a hierarchical vocabulary. Limits the search to entries that are children of this node, including all of its children and grandchildren.
    • examples:
      • aat:300194567
      • aat:300312045
      • tgn:7000084

Mask options

  • whether additional informationen is loaded if the mouse hovers a suggestion in the search result
  • editordisplay: default or condensed (oneline)

saved data

  • conceptName
    • Preferred label of the linked record
  • conceptURI
    • URI to linked record
  • conceptGeoJSON
    • geoJSON, if given in places
  • _fulltext
    • easydb-fulltext
  • _standard
    • easydb-standard

updater

Note: The automatic nightly updater is implemented and can be configured in the baseconfig. You need to enable the "custom-data-type"-update-service globally too.

sources

The source code of this plugin is managed in a git repository at https://github.com/programmfabrik/easydb-custom-data-type-getty. Please use the issue tracker for bug reports and feature requests!