You are here

realistic_dummy_content.info.yml in Realistic Dummy Content 8

File

realistic_dummy_content.info.yml
View source
  1. type: module
  2. name: Realistic Dummy Content
  3. description: Uses the Realistic Dummy Content API, and custom demo images in a specific directory structure, to make customized generated content. Do not enable on production sites.
  4. package: Development
  5. core: 8.x
  6. tags:
  7. - developer
  8. # note that we are using realistic_dummy_content_api as a dependency here purely
  9. # as a convenience. For you own modules, this is not required. If
  10. # realistic_dummy_content_api is active, custom demo will be used, but not if
  11. # realistic_dummy_content_api is disabled. The idea is to enable in on demo and
  12. # development sites, but not on production.
  13. dependencies:
  14. - realistic_dummy_content_api