Closed (duplicate)
Project:
Recipe
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2011 at 12:36 UTC
Updated:
5 Jul 2013 at 14:58 UTC
Because the Recipe module fields are all 'Recipe module elements' instead of 'regular' fields its currently impossible to add Microdata mappings to them through the Microdata module. (please correct me if I'm wrong)
http://drupal.org/project/microdata
Why are the Recipe content type fields not 'regular' fields (text, etc) ?
Microdata support would be possible when using existing 'regular' fields.
http://drupal.org/node/1196440
For example if we would use a Text field for recipe_source, recipe_notes etc. we would be able to add a help text too, and we would be able to apply custom_formatters to them if necessary.
In other words: it would be a more flexible solution.
Comments
Comment #1
silkogelman commentedTo give a bit more information about what we're trying to achieve, I've expressed some of my thoughts about recipes in Drupal here:
http://s1l.org/cooking-recipes-drupal-7
I'd love to connect / share ideas etc.
Comment #2
drew reece commentedI think this is related to …
http://drupal.org/node/1141992
http://drupal.org/node/1264498
http://drupal.org/node/1313566
Cry angel's snippit in…
http://drupal.org/node/1264498#comment-4969138
may help in sone cases.
It's the same basic issue - Recipe's 'fields' are not fields in the true cck/ Field API sense.
Comment #3
dcam commentedFixing in #2034319: [META] Convert recipe data into fields.
Comment #3.0
dcam commentedclarified fields part