Hi all, I am trying to use tal and metal inside of a PloneArticle instance and can not get it to work. Should this not be possible? I am aware that kupu needs to be switched to not strip customg tags on edit and that there are settings which enable or disble content types in the article instance. I did enable the text/python-source type in the PloneArticle settings, but this still seems to not work. Anyone knows what I might be doing wrong? Many Thanks!! Stefan Bartlett Web Systems www.bartlett.ucl.ac.uk
Stefan Kueppers wrote:
I am trying to use tal and metal inside of a PloneArticle instance and can not get it to work. Should this not be possible?
Content is generally static, as part of the whole content/logic/presentation concept. I don't know about PloneArticle, but I doubt it's any different: the contents are not parsed by anything but delivered exactly as is. If you want behavior, you need a page template. Though there is at least one product that provides a type that breaks the rules. DynamicContent or something like that. --jcc -- "Building Websites with Plone" http://plonebook.packtpub.com
participants (2)
-
J Cameron Cooper -
Stefan Kueppers