source: products/qPloneGoogleSitemaps/tags/0.4.10/skins/qPloneGoogleSitemaps/gsm_edit_pinging.cpy

Last change on this file was 1, checked in by myroslav, 18 years ago

Building directory structure

File size: 418 bytes
Line 
1## Script (Python) "gsm_edit_pinging"
2##bind container=container
3##bind context=context
4##bind namespace=
5##bind script=script
6##bind subpath=traverse_subpath
7##parameters=transitions
8##title=Configure Plone Google Sitemap
9##
10
11from Products.qPloneGoogleSitemaps.utils import setWorkflowTransitions
12setWorkflowTransitions(context, transitions)
13
14return state.set(portal_status_message = 'Plone Google Sitemap updated.')
Note: See TracBrowser for help on using the repository browser.