You are here

multiversion.settings.yml in Multiversion 8.2

Same filename and directory in other branches
  1. 8 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. - replication_log
  17. #Entity types enabled by Multiversion. When Multiversion is installed it will enable all supported entity types if they
  18. #exist (if the module that provides the entity type is enabled).
  19. enabled_entity_types: { }