core.base_field_override.consumer.consumer.third_party.yml 520 B

12345678910111213141516171819202122
  1. uuid: ddf4a4a5-a6e0-40b2-bf1b-d6643e180ed5
  2. langcode: en
  3. status: true
  4. dependencies:
  5. module:
  6. - consumers
  7. id: consumer.consumer.third_party
  8. field_name: third_party
  9. entity_type: consumer
  10. bundle: consumer
  11. label: 'Is this consumer 3rd party?'
  12. description: 'Mark this if the organization behind this consumer is not the same as the one behind the Drupal API.'
  13. required: false
  14. translatable: false
  15. default_value:
  16. -
  17. value: 1
  18. default_value_callback: ''
  19. settings:
  20. on_label: 'On'
  21. off_label: 'Off'
  22. field_type: boolean