We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To get a catalog object from the CatalogManager use:
CatalogManager.instance.catalog 'my_application_key'
New catalog applications are defined in config/catalog/catalog_application.yml
Format:
my_application_key: name: Name of my Application entry_classname: Name of the Subclass of Entries i want to use eg. UcumEntry
Hint: The ‘template’ entry in this configuration file shouldn’t be deleted!