Skip to content

Commit

Permalink
about the interface attribute on the sharing tab
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Mar 18, 2014
1 parent b6342fb commit 8455673
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.txt
Expand Up @@ -5,7 +5,7 @@ plone.app.workflow contains workflow- and security-related features for Plone,
including the sharing view.

It also supports the `sharing.xml` GenericSetup syntax, to add new roles to
the "Sharing" page.::
the "Sharing" page::

<sharing xmlns:i18n="http://xml.zope.org/namespaces/i18n" i18n:domain="plone">
<role
Expand All @@ -16,3 +16,6 @@ the "Sharing" page.::
i18n:attributes="title"
/>
</sharing>

The `interface` attribute is optional. It declares the required interface a
context must implement, so that the given role is displayed in the sharing tab.

1 comment on commit 8455673

@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 FAILED
Mr.roboto url : http://jenkins.plone.org/roboto/get_info?push=e5f814b8d87d49a0aff10eb41dc7e166
plone-4.3-python-2.6 [FAILURE]
plone-4.3-python-2.7 [FAILURE]

Please sign in to comment.