Following up on #480192: Add <itunes:keywords>, <itunes:author>, and <itunes:duration> elements. where we added the element, we should make it more flexible on where we get the summary. I'd like a per-node-type option that's either: "- None -", iTunes summary, Node teaser, Node body, or any of that node type's CCK text fields. If any thing besides "iTunes summary" is selected then we need to hide our summary text area.

Comments

guillaumeduveau’s picture

Status: Active » Postponed

I did it, but I'll submit the patch after we have finished #481072: Add choices for the <itunes:author> source (so I can take into account your modifications). But what do you think, should we allow only CCK Text fields with textarea widget ? I guess a summary needs a textarea, otherwise it's more a subtitle or something.

guillaumeduveau’s picture

I was thinking too that the summary should be plain text only because it is in iTunes specifications, despite some 3rd party clients can display HTML.

guillaumeduveau’s picture

[edit]