Added a sample IDatasetForm to show how we can implement a custom form from a plugin.
[ckanext-datagovau.git] / setup.py
blob:a/setup.py -> blob:b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,8 @@
 	"""
         [ckan.plugins]
 	    example=ckanext.example.plugin:ExamplePlugin
-        example_package=ckanext.example.controller_plugin:ExamplePackageController
+        example_datasetform=ckanext.example.forms:ExampleDatasetForm
+        example_groupform=ckanext.example.forms:ExampleGroupForm        
 
         [ckan.forms]
         example_form = ckanext.example.package_form:get_example_fieldset