Skip to content

Commit

Permalink
Merge pull request #117 from Adniel/master
Browse files Browse the repository at this point in the history
additional_schemata changed to additionalSchemata
  • Loading branch information
davisagli committed Apr 2, 2014
2 parents daf7718 + 79cc09c commit 38de24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/custom-add-and-edit-forms.rst
Expand Up @@ -67,7 +67,7 @@ For example, we could:
- Override the ``schema`` property to tell `plone.autoform`_ to use a
different schema interface (with different form hints) than the
content type schema.
- Override the ``additional_schemata`` property to tell `plone.autoform`_
- Override the ``additionalSchemata`` property to tell `plone.autoform`_
to use different supplemental schema interfaces.
The default is to use all behavior interfaces that provide the
``IFormFieldProvider`` marker from `plone.directives.form`_.
Expand Down

1 comment on commit 38de24e

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS PASSED
Mr.Roboto url : http://jenkins.plone.org/roboto/get_info?push=ac1f45a6efca48c7b460cbba8615ef55
[SUCCESS] kgs-plone.app.dexterity-plone-4.3-python-2.6 kgs
[SUCCESS] kgs-plone.app.dexterity-plone-4.3-python-2.7 kgs
[SUCCESS] kgs-plone.app.dexterity-plone-5.0-python-2.7 kgs

Please sign in to comment.