You are here

radioactivity.schema.yml in Radioactivity 8.3

Same filename and directory in other branches
  1. 4.0.x config/schema/radioactivity.schema.yml
config/schema/radioactivity.schema.yml

File

config/schema/radioactivity.schema.yml
View source
  1. # Schema for the configuration files of the Radioactivity module.
  2. field.storage_settings.radioactivity:
  3. type: mapping
  4. label: 'Radioactivity settings'
  5. mapping:
  6. profile:
  7. type: string
  8. label: 'Energy profile'
  9. granularity:
  10. type: integer
  11. label: 'Granularity'
  12. halflife:
  13. type: integer
  14. label: 'Half-life time'
  15. cutoff:
  16. type: float
  17. label: 'Cutoff'
  18. field.field_settings.radioactivity:
  19. type: mapping
  20. label: 'Radioactivity settings'
  21. field.value.radioactivity:
  22. type: mapping
  23. label: 'Default value'
  24. mapping:
  25. energy:
  26. type: float
  27. label: 'Energy'
  28. timestamp:
  29. type: integer
  30. label: 'Timestamp'
  31. field.widget.settings.radioactivity_energy:
  32. type: mapping
  33. label: 'Radioactivity energy widget settings'
  34. mapping:
  35. energy:
  36. type: float
  37. label: 'Energy'
  38. timestamp:
  39. type: string
  40. label: 'Timestamp'
  41. field.formatter.settings.radioactivity_emitter:
  42. type: mapping
  43. label: 'Radioactivity emitter format settings'
  44. mapping:
  45. energy:
  46. type: float
  47. label: 'Energy'
  48. display:
  49. type: string
  50. label: 'Energy'
  51. field.formatter.settings.radioactivity_value:
  52. type: mapping
  53. label: 'Radioactivity value format settings'
  54. mapping:
  55. decimals:
  56. type: float
  57. label: 'Decimals'