MRoderick
unread,Dec 18, 2008, 5:02:51 PM12/18/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Comatose Plugin
You can just stick it into the keywords field, and then create a
helper method to extract it from the page.
Example keyword
body_id:contact_us
def body_id( page )
...
end
We've used it for similar purposes several times (like excluding pages
from navigation, etc), and have yet to run into problems.
M@ will have to speak up, if he has other intentions for the keywords
attribute ;-)
/morgan