I have created a component allowing one to import Feeds Importer Definitions (http://drupal.org/project/feeds).
It can be used with the following syntax:
<feeds_import>
<!-- Unique ID of the definition -->
<!-- Multiple imports with the same ID will overwrite the definition -->
<id>YOURID</id>
<config><![CDATA[ Configuration Export from admin/build/feeds/export/FEEDID ]]></config>
</feeds_import>
To use this rename it to feeds.inc and add it to the directory sites\all\modules\patterns\components.
Make sure that the feeds module has been enabled before running the pattern.
Comments
Comment #1
vaish commentedI think you forgot to attach the file.
Comment #2
vaish commentedComment #3
vaish commentedShawn_S, any chance you could post your code?
Comment #4
summit commentedSubscribing, greetings, Martijn
Comment #5
ChrisBryant commentedI would love to see this pattern component file as well. Can you update this issue with the file or patch?
Thanks!