Skip to content

Commit

Permalink
Add rohberg.examplemetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Nov 13, 2022
1 parent 75e9df3 commit 5830e24
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion api/instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions api/mx.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ zope.testrunner
rohberg.elasticsearchblocks
redis
collective.elastic.plone

rohberg.examplemetadata

0 comments on commit 5830e24

Please sign in to comment.