You are here

sophron.data_types.schema.yml in Sophron 8

config/schema/sophron.data_types.schema.yml

File

config/schema/sophron.data_types.schema.yml
View source
  1. # Basic data types for Sophron module.
  2. sophron.mapping_command:
  3. type: mapping
  4. label: 'Mapping command'
  5. mapping:
  6. 0:
  7. type: string
  8. label: 'Method callback'
  9. 1:
  10. type: sequence
  11. label: 'The arguments to pass to the method'
  12. sequence:
  13. type: string