You are here

multiversion.settings.yml in Multiversion 8

Same filename and directory in other branches
  1. 8.2 config/install/multiversion.settings.yml
config/install/multiversion.settings.yml

File

config/install/multiversion.settings.yml
View source
  1. #Entity types supported by multiversion.
  2. supported_entity_types:
  3. - node
  4. - taxonomy_term
  5. - comment
  6. - menu_link_content
  7. - block_content
  8. - file
  9. - media
  10. - shortcut
  11. - entity_test
  12. - entity_test_rev
  13. - entity_test_mul
  14. - entity_test_mulrev
  15. - entity_test_local
  16. - content_moderation_state
  17. - replication_log
  18. - paragraph
  19. - paragraphs_library_item
  20. - crop
  21. - poll
  22. - poll_choice
  23. - redirect
  24. #Entity types enabled by Multiversion. When Multiversion is installed it will enable all supported entity types if they
  25. #exist (if the module that provides the entity type is enabled).
  26. enabled_entity_types: { }