From 5830e24c3eaee45f8844008f973ee20bcb5a0956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Katja=20Su=CC=88ss?= Date: Sun, 13 Nov 2022 12:16:19 +0100 Subject: [PATCH] Add rohberg.examplemetadata --- api/instance.yaml | 6 +++++- api/mx.ini | 4 ++++ api/requirements.txt | 2 ++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/api/instance.yaml b/api/instance.yaml index 6eabbef1..a1bc40fa 100644 --- a/api/instance.yaml +++ b/api/instance.yaml @@ -6,6 +6,10 @@ default_context: load_zcml: package_includes: - ["rohberg.elasticsearchblocks", "collective.elastic.plone"] + [ + "rohberg.elasticsearchblocks", + "collective.elastic.plone", + "rohberg.examplemetadata", + ] db_storage: direct diff --git a/api/mx.ini b/api/mx.ini index 52d157aa..16aa5dc1 100644 --- a/api/mx.ini +++ b/api/mx.ini @@ -11,3 +11,7 @@ branch=master [collective.elastic.plone] url=git@github.com:collective/collective.elastic.plone.git branch=main + +[rohberg.examplemetadata] +url=git@github.com:rohberg/rohberg.examplemetadata.git +branch=main diff --git a/api/requirements.txt b/api/requirements.txt index 9865c84f..72f75b68 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -10,3 +10,5 @@ zope.testrunner rohberg.elasticsearchblocks redis collective.elastic.plone + +rohberg.examplemetadata