You are here

empty_fields.schema.yml in Empty fields 8

config/schema/empty_fields.schema.yml

File

config/schema/empty_fields.schema.yml
View source
  1. field.formatter.third_party.empty_fields:
  2. type: mapping
  3. label: 'Empty fields entity display third party setting'
  4. mapping:
  5. handler:
  6. type: string
  7. label: 'Handler plugin ID'
  8. settings:
  9. type: empty_fields.settings.[%parent.handler]
  10. label: 'Handler settings'
  11. empty_fields.settings.text:
  12. type: mapping
  13. label: 'Text plugin settings'
  14. mapping:
  15. empty_text:
  16. type: text
  17. label: 'Text replacement'