Is it possible to use five.grok to register portlets in Plone 4.1?
I looked into five.grok and found no开发者_运维问答 reference to Portlets. Can it be done?
five.grok does not have support for portlets. If you want it, you would need to implement a grokker in an add-on package. See plone.directives.form for some examples of custom grokkers.
精彩评论