You are here

field_token_value.schema.yml in Field Token Value 2.x

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

File

config/schema/field_token_value.schema.yml
View source
  1. # Schema for the configuration files of the Field Token Value module.
  2. field.formatter.settings.field_token_value_text:
  3. type: mapping
  4. label: 'Field token value configuration'
  5. mapping:
  6. wrapper:
  7. type: string
  8. label: 'Wrapper'
  9. link:
  10. type: boolean
  11. label: 'Link'
  12. field.field_settings.field_token_value:
  13. type: mapping
  14. label: 'Field token value field settings'
  15. mapping:
  16. field_value:
  17. type: label
  18. label: 'Field value'
  19. remove_empty:
  20. type: integer
  21. label: 'Remove empty tokens'
  22. field.value.field_token_value:
  23. type: mapping
  24. label: 'Default value'
  25. mapping:
  26. value:
  27. type: string
  28. label: 'Value'