You are here

disable_field.schema.yml in Disable Field 8.2

Same filename and directory in other branches
  1. 8 config/schema/disable_field.schema.yml
config/schema/disable_field.schema.yml

File

config/schema/disable_field.schema.yml
View source
  1. field.field.*.*.*.third_party.disable_field:
  2. type: mapping
  3. label: 'Per-field disable_field settings'
  4. mapping:
  5. add_disable:
  6. type: string
  7. label: 'Option to disable field on the content add form'
  8. add_roles:
  9. type: sequence
  10. label: 'Enable or disable the field for the given roles on the content add form.'
  11. sequence:
  12. type: string
  13. label: 'Role'
  14. edit_disable:
  15. type: string
  16. label: 'Option to disable field on the content edit form'
  17. edit_roles:
  18. type: sequence
  19. label: 'Enable or disable the field for the given roles on the content edit form.'
  20. sequence:
  21. type: string
  22. label: 'Role'
  23. core.base_field_override.*.*.*.third_party.disable_field:
  24. type: mapping
  25. label: 'Per-field disable_field settings'
  26. mapping:
  27. add_disable:
  28. type: string
  29. label: 'Option to disable field on the content add form'
  30. add_roles:
  31. type: sequence
  32. label: 'Enable or disable the field for the given roles on the content add form.'
  33. sequence:
  34. type: string
  35. label: 'Role'
  36. edit_disable:
  37. type: string
  38. label: 'Option to disable field on the content edit form'
  39. edit_roles:
  40. type: sequence
  41. label: 'Enable or disable the field for the given roles on the content edit form.'
  42. sequence:
  43. type: string
  44. label: 'Role'