Introduce Admin UI and event recorder.
[gpl/argeo-suite.git] / core / org.argeo.suite.ui / OSGI-INF / termsEntryArea.xml
diff --git a/core/org.argeo.suite.ui/OSGI-INF/termsEntryArea.xml b/core/org.argeo.suite.ui/OSGI-INF/termsEntryArea.xml
new file mode 100644 (file)
index 0000000..cfcae11
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="Terms Entry Area">
+   <implementation class="org.argeo.suite.ui.TermsEntryArea"/>
+   <service>
+      <provide interface="org.argeo.cms.ui.CmsUiProvider"/>
+   </service>
+   <properties entry="config/termsEntryArea.properties"/>
+</scr:component>