Control access on future content

前端 未结 2 2047
难免孤独
难免孤独 2021-01-21 17:00

this is mostly about public content timed on the future, but not only.

In a standard Plone site if you create a top-level content is not shown on the navigation (is stil

2条回答
  •  庸人自扰
    2021-01-21 17:50

    there is an addon product that does exactly what you need:

    collective.wfeffectiverange

    it works by adding a cron job that looks for not yet published (effective date in the future) or expired (expiration date reached) content and apply a workflow transition in this case.

    see https://pypi.python.org/pypi/collective.wfeffectiverange for more information

提交回复
热议问题