wagtail icon indicating copy to clipboard operation
wagtail copied to clipboard

Improve ability to expose form fields from the API & add documentation

Open saevarom opened this issue 3 years ago • 3 comments

Adding information about how to retrieve form fields from the API.

Please check the following:

  • [x] Do the tests still pass?[^1]
  • [x] Does the code comply with the style guide?
    • [x] Run make lint from the Wagtail root.
  • [x] For Python changes: Have you added tests to cover the new/fixed behaviour?
  • [x] For front-end changes: Did you test on all of Wagtail’s supported environments?[^2]
    • [x] Please list the exact browser and operating system versions you tested:
    • [x] Please list which assistive technologies [^3] you tested:
  • [x] For new features: Has the documentation been updated accordingly?

Please describe additional details for testing this change.

[^1]: Development Testing [^2]: Browser and device support [^3]: Accessibility Target

saevarom avatar Jun 16 '22 13:06 saevarom

Manage this branch in Squash

Test this branch here: https://saevaromapi-formfields-documen-lrvz7.squash.io

squash-labs[bot] avatar Jun 16 '22 13:06 squash-labs[bot]

Note: I might be able to get this patched together from the WIP PR with tests https://github.com/wagtail/wagtail/pull/8782/files

I will flag myself as a reviewer and try to get this sorted.

lb- avatar Nov 16 '22 10:11 lb-

I will need to take a look at the failing tests - looks like the data is getting duplicated in the tests.

lb- avatar Nov 17 '22 13:11 lb-