You are here

d6_filter_format.yml in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 core/modules/filter/migration_templates/d6_filter_format.yml
core/modules/filter/migration_templates/d6_filter_format.yml

File

core/modules/filter/migration_templates/d6_filter_format.yml
View source
  1. id: d6_filter_format
  2. label: Filter format configuration
  3. migration_tags:
  4. - Drupal 6
  5. source:
  6. plugin: d6_filter_format
  7. process:
  8. format:
  9. -
  10. plugin: machine_name
  11. source: name
  12. -
  13. plugin: dedupe_entity
  14. entity_type: filter_format
  15. field: format
  16. length: 32
  17. name: name
  18. cache: cache
  19. filters:
  20. plugin: iterator
  21. source: filters
  22. key: '@id'
  23. process:
  24. id:
  25. plugin: static_map
  26. default_value: filter_null
  27. source:
  28. - module
  29. - delta
  30. map:
  31. filter:
  32. - filter_html
  33. - filter_autop
  34. - filter_url
  35. - filter_htmlcorrector
  36. - filter_html_escape
  37. settings:
  38. plugin: filter_settings
  39. source: settings
  40. status:
  41. plugin: default_value
  42. default_value: true
  43. destination:
  44. plugin: entity:filter_format
  45. no_stub: true