Hi.
I don't know how to use commands to parameter some fields of the Meta tags module (also named nodewords).
When we display print_r($node), we see:
[nodewords] => Array
(
[description] => A description of the page
[keywords] => some, keywords
)
Is it possible to use a command? Something like:
description: bla bla bla
keywords: bla, bla, bla
Thanks.
Comments
Comment #1
z.stolar commentedThe right way will be to implement hook_mailhandler in the meta tags module.
Probably the best syntax would be:
nodewords[description]: bla bla bla
nodewords[keywords]: bla,bla,bla
Comment #2
ilo commentedOk, going to the list of things to review and document..
Comment #3
danepowell commentedSorry, 6.x-1.x is no longer a supported release. Please try upgrading to 6.x-2.x and reopen if still an issue.