You are here

flexiform_wizard.schema.yml in Flexiform 8

contrib/wizard/config/schema/flexiform_wizard.schema.yml

File

contrib/wizard/config/schema/flexiform_wizard.schema.yml
View source
  1. flexiform_wizard.wizard.*:
  2. type: config_entity
  3. label: 'Wizard'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'Machine-readable name'
  8. label:
  9. type: label
  10. label: 'Label'
  11. description:
  12. type: text
  13. label: 'Description'
  14. use_admin_theme:
  15. type: boolean
  16. label: 'Whether or not to render this wizard in the admin theme'
  17. path:
  18. type: string
  19. label: 'Wizard path'
  20. access_logic:
  21. type: string
  22. label: 'Access logic'
  23. access_conditions:
  24. type: sequence
  25. label: 'Access Conditions'
  26. sequence:
  27. type: condition.plugin.[id]
  28. label: 'Access Condition'
  29. parameters:
  30. type: sequence
  31. label: Parameter context list
  32. sequence:
  33. type: mapping
  34. label: Parameter context
  35. mapping:
  36. machine_name:
  37. type: string
  38. label: 'Machine-readable name'
  39. label:
  40. type: label
  41. label: 'Label of the provided entity'
  42. type:
  43. type: string
  44. label: 'Entity type'
  45. operations:
  46. type: sequence
  47. label: Operations list
  48. sequence:
  49. type: mapping
  50. label: Operation
  51. mapping:
  52. machine_name:
  53. type: string
  54. label: 'Machine-readable step name'
  55. label:
  56. type: label
  57. label: 'Step label'