You are here

civicrm_entity.schema.yml in CiviCRM Entity 8.3

config/schema/civicrm_entity.schema.yml

File

config/schema/civicrm_entity.schema.yml
View source
  1. civicrm_entity.settings:
  2. type: config_entity
  3. label: 'CiviCRM settings'
  4. mapping:
  5. filter_format:
  6. type: string
  7. label: 'Filter format'
  8. enabled_entity_types:
  9. type: sequence
  10. label: 'Enabled entity types'
  11. sequence:
  12. type: string
  13. label: 'Entity type'
  14. disable_hooks:
  15. type: boolean
  16. label: 'Disable pre/post hooks'