From 07f3d4cc849f5db0ee66cc21ee1ebe6decc452f8 Mon Sep 17 00:00:00 2001 From: David Read Date: Tue, 10 Jan 2012 17:19:27 +0000 Subject: [PATCH] [master][noticket][doc][xs]: Note that package_form option is only for formalchemy forms. --- doc/configuration.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index f043e54ef16..edeaa2feae0 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -314,7 +314,11 @@ Example:: Default value: ``standard`` -This sets the name of the form to use when editing a dataset. This can be a form defined in the core CKAN code or in another setuputils-managed python module. The only requirement is that the ``setup.py`` file has an entry point for the form defined in the ``ckan.forms`` section. +This sets the name of the Formalchemy form to use when editing a dataset. + +.. note:: This setting only applies to the deprecated Formalchemy forms. For enabling forms defined with a Navl schema, see :doc:`forms`. + +The value for this setting can be a Formalchemy form defined in the core CKAN code or in another setuputils-managed python module. The only requirement is that the ``setup.py`` file has an entry point for the form defined in the ``ckan.forms`` section. For more information on forms, see :doc:`forms`.