You are here

profile.schema.yml in Profile 2 8

config/schema/profile.schema.yml

File

config/schema/profile.schema.yml
View source
  1. profile.type.*:
  2. type: config_entity
  3. label: 'Profile type settings'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'Machine-readable name'
  8. uuid:
  9. type: string
  10. label: 'UUID'
  11. label:
  12. type: label
  13. label: 'Label'
  14. registration:
  15. type: boolean
  16. label: 'Registration'
  17. multiple:
  18. type: boolean
  19. label: 'Allow multiple profiles'
  20. weight:
  21. type: integer
  22. label: 'Weight'
  23. status:
  24. type: boolean
  25. label: 'Status'
  26. langcode:
  27. type: string
  28. label: 'Default language'
  29. action.configuration.profile_delete_action:
  30. type: action_configuration_default
  31. label: 'Delete profile configuration'
  32. action.configuration.profile_publish_action:
  33. type: action_configuration_default
  34. label: 'Publish selected profile configuration'
  35. action.configuration.profile_unpublish_action:
  36. type: action_configuration_default
  37. label: 'Unpublish selected profile configuration'