Changes between Version 3 and Version 4 of collective.portlet.ngcollection
- Timestamp:
- Mar 21, 2013 9:10:14 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
collective.portlet.ngcollection
v3 v4 6 6 == Supported Plone Version == 7 7 8 Plone 4.2 9 Plone 4.1 10 Plone 4.0 8 Plone 4.2[[BR]] 9 Plone 4.1[[BR]] 10 Plone 4.0[[BR]] 11 11 Plone 3.x 12 12 13 13 == Links == 14 14 15 GitHub- https://github.com/collective/collective.embedly 16 Plone.org - https://plone.org/products/collective.portlet.ngcollection /15 GitHub- https://github.com/collective/collective.embedly [[BR]] 16 Plone.org - https://plone.org/products/collective.portlet.ngcollection [[BR]] 17 17 Pypi - https://pypi.python.org/pypi/collective.portlet.ngcollection 18 18 … … 25 25 26 26 ==Portlet Templates == 27 27 28 In order to register new alternative templates for your portlet this package provides portletTemplates directive: 28 29 … … 41 42 </configure> 42 43 }}} 43 }}} 44 44 45 45 46 In this example we register templates contained inside alternative_templates folder as alternative templates available for path.to.some.portlet.assignment. Interface portlet. Thus you'll be able to select one of them on portlet edit form via Plone interface.