You are here

xmlrpc_example.schema.yml in xmlrpc 8

xmlrpc_example/config/schema/xmlrpc_example.schema.yml

File

xmlrpc_example/config/schema/xmlrpc_example.schema.yml
View source
  1. # Schema for the configuration files of the xmlrpc_example module.
  2. xmlrpc_example.server:
  3. type: config_object
  4. label: 'XML-RPC Server settings'
  5. mapping:
  6. min:
  7. type: integer
  8. label: 'Minimum value for example operations'
  9. max:
  10. type: integer
  11. label: 'Maximum value for example operations'
  12. alter_enabled:
  13. type: boolean
  14. label: 'Enable the method alterator'