profile.schema.yml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. roles:
  21. label: 'Allowed roles'
  22. type: sequence
  23. sequence:
  24. type: string
  25. weight:
  26. type: integer
  27. label: 'Weight'
  28. status:
  29. type: boolean
  30. label: 'Status'
  31. langcode:
  32. type: string
  33. label: 'Default language'
  34. use_revisions:
  35. type: boolean
  36. label: 'User revisions'
  37. description:
  38. type: text
  39. label: 'Description'
  40. field.field.*.*.*.third_party.profile:
  41. type: mapping
  42. label: 'Profile private'
  43. mapping:
  44. profile_private:
  45. type: boolean
  46. label: 'Whether this field is private or not.'
  47. action.configuration.profile_delete_action:
  48. type: action_configuration_default
  49. label: 'Delete profile configuration'
  50. action.configuration.profile_publish_action:
  51. type: action_configuration_default
  52. label: 'Publish selected profile configuration'
  53. action.configuration.profile_unpublish_action:
  54. type: action_configuration_default
  55. label: 'Unpublish selected profile configuration'