Skip to content

makinacorpus/plone.app.workflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction
============

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.::

  <sharing xmlns:i18n="http://xml.zope.org/namespaces/i18n" i18n:domain="plone">
      <role
          id="CopyEditor"
          title="Can edit copy"
          permission="Manage portal"
          i18n:attributes="title"
          />
  </sharing>

About

Sharing tab for Plone local role delegation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%