From e3833c28e980566068c0db420fd1bf9726744e2c Mon Sep 17 00:00:00 2001 From: Mirek Simek Date: Mon, 11 Mar 2024 10:11:35 +0100 Subject: [PATCH] Fixed vocabularies CF --- nr_vocabularies/ext.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nr_vocabularies/ext.py b/nr_vocabularies/ext.py index 6d9f3cc..b1c7d66 100644 --- a/nr_vocabularies/ext.py +++ b/nr_vocabularies/ext.py @@ -24,7 +24,7 @@ def init_config(self, app): from .customfields import HintCF, NonPreferredLabelsCF, RelatedURICF - app.config.setdefault("OAREPO_VOCABULARIES_CUSTOM_CF", []).extend( + app.config.setdefault("VOCABULARIES_CF", []).extend( [ RelatedURICF("relatedURI"), HintCF("hint"), diff --git a/setup.cfg b/setup.cfg index adb8679..7e72bf3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ [metadata] name = nr-vocabularies -version = 2.0.10 +version = 2.0.11 description = A sample application for nr_vocabularies long_description = Model builder plugin containing model definition of nr-vocabularies authors = Alzbeta Pokorna