You are here

config_entity_revisions.schema.yml in Config Entity Revisions 8.2

config/schema/config_entity_revisions.schema.yml

File

config/schema/config_entity_revisions.schema.yml
View source
  1. config_entity_revisions.config_entity_revisions_type.settings:
  2. type: config_object
  3. label: 'Config Entity Revisions Type'
  4. config_entity_revisions.config_entity_revisions_type.*:
  5. type: config_entity
  6. label: 'Config Entity Revisions'
  7. mapping:
  8. id:
  9. type: integer
  10. label: 'ID'
  11. revision:
  12. type: integer
  13. label: 'Revision'
  14. bundle:
  15. type: text
  16. label: 'Configuration Entity Type'
  17. name:
  18. type: boolean
  19. label: 'Whether a new revision should be created by default'
  20. uuid:
  21. type: string
  22. label: 'UUID'
  23. configuration:
  24. type: string
  25. label: 'Serialised configuration entity revision'
  26. changed:
  27. type: integer
  28. label: 'Changed'
  29. published:
  30. type: boolean
  31. label: 'Display setting for author and date Submitted by post information'