Drupal investigation

profile.schema.yml 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. field.field.*.*.*.third_party.profile:
  35. type: mapping
  36. label: 'Profile private'
  37. mapping:
  38. profile_private:
  39. type: boolean
  40. label: 'Whether this field is private or not.'
  41. action.configuration.profile_delete_action:
  42. type: action_configuration_default
  43. label: 'Delete profile configuration'
  44. action.configuration.profile_publish_action:
  45. type: action_configuration_default
  46. label: 'Publish selected profile configuration'
  47. action.configuration.profile_unpublish_action:
  48. type: action_configuration_default
  49. label: 'Unpublish selected profile configuration'