_meta.json 426 B

1234567891011121314151617181920212223242526272829
  1. [
  2. "introduction",
  3. "cli",
  4. {
  5. "type": "dir",
  6. "name": "components",
  7. "label": "Form Components"
  8. },
  9. {
  10. "type": "dir",
  11. "name": "effects",
  12. "label": "Form Effects"
  13. },
  14. {
  15. "type": "dir",
  16. "name": "form-plugins",
  17. "label": "Form Plugins"
  18. },
  19. {
  20. "type": "dir",
  21. "name": "validate",
  22. "label": "Validate"
  23. },
  24. {
  25. "type": "dir",
  26. "name": "common",
  27. "label": "Common"
  28. }
  29. ]