You are here

template_example.content.yml in YAML Content 8.2

content/template_example.content.yml

File

content/template_example.content.yml
View source
  1. # Import example demonstrating template usage.
  2. ---
  3. # Generate randomized articles.
  4. '#preprocess':
  5. - '#plugin': 'template_processor'
  6. # Indicate the template to be loaded matching <template>.template.yml.
  7. template: 'article'
  8. # Indicate the module to look in for the template.
  9. module: 'yaml_content'
  10. # Indicate how many times the template should be used to build content.
  11. count: 5