node_example.info 723 B

12345678910111213141516171819
  1. name = Node example
  2. description = Demonstrates a custom content type and uses the field api.
  3. package = Example modules
  4. core = 7.x
  5. ; Since someone might install our module through Composer, we want to be sure
  6. ; that the Drupal Composer facade knows we're specifying a core module rather
  7. ; than a project. We do this by namespacing the dependency name with drupal:.
  8. dependencies[] = drupal:image
  9. ; Since the namespacing feature is new as of Drupal 7.40, we have to require at
  10. ; least that version of core.
  11. dependencies[] = drupal:system (>= 7.40)
  12. files[] = node_example.test
  13. ; Information added by Drupal.org packaging script on 2017-01-10
  14. version = "7.x-1.x-dev"
  15. core = "7.x"
  16. project = "examples"
  17. datestamp = "1484076787"