How to transform block of content from plone being inserted into diazo theme

后端 未结 1 1793
独厮守ぢ
独厮守ぢ 2021-01-14 13:06

I\'m using a diazo (currently plone.app.theming 1.0b1-r48205) with Plone 4.1. I want to use exactly Plone\'s html for the search widget except that I\'d like to replace

1条回答
  •  情歌与酒
    2021-01-14 13:38

    Ok, so the following works. The reason it wasn't working before was that the was not in the root level rules tag (there's a documentation bug there). The must be in the root level rules tag because there is no way to apply rule conditions to an currently.

    
         
    
    
    
    

    Update: I've added support for to Diazo, so inline 's are considered deprecated. Instead use:

    
        
    
    
    

    Documentation at http://diazo.org/advanced.html#modifying-the-content-on-the-fly

    0 讨论(0)
提交回复
热议问题