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

vaish’s picture

I think you forgot to attach the file.

vaish’s picture

Status: Active » Postponed (maintainer needs more info)
vaish’s picture

Shawn_S, any chance you could post your code?

summit’s picture

Subscribing, greetings, Martijn

ChrisBryant’s picture

I would love to see this pattern component file as well. Can you update this issue with the file or patch?

Thanks!