You are here

hide_revision_field.schema.yml in Hide Revision Field 8

Same filename and directory in other branches
  1. 8.2 config/schema/hide_revision_field.schema.yml
config/schema/hide_revision_field.schema.yml

File

config/schema/hide_revision_field.schema.yml
View source
  1. node.type.*.third_party.hide_revision_field:
  2. type: mapping
  3. label: 'Hide Revision Field'
  4. mapping:
  5. hide:
  6. type: boolean
  7. label: 'Whether to show the revision field on this node type.'
  8. personalizable:
  9. type: boolean
  10. label: 'Whether to enable users to personalize this setting (via their user page).'
  11. personalization:
  12. type: sequence
  13. label: 'User specific personalization of revision field visibility.'
  14. sequence:
  15. type: mapping
  16. mapping:
  17. hide:
  18. type: boolean
  19. label: 'User specific version of whether to show the revision field on this node type.'
  20. media_entity.bundle.*.third_party.hide_revision_field:
  21. type: mapping
  22. label: 'Hide Revision Field'
  23. mapping:
  24. hide:
  25. type: boolean
  26. label: 'Whether to show the revision field on this media bundle.'
  27. personalizable:
  28. type: boolean
  29. label: 'Whether to enable users to personalize this setting (via their user page).'
  30. personalization:
  31. type: sequence
  32. label: 'User specific personalization of revision field visibility.'
  33. sequence:
  34. type: mapping
  35. mapping:
  36. hide:
  37. type: boolean
  38. label: 'User specific version of whether to show the revision field on this media bundle.'