0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-28 00:17:06 +01:00
wagtail/docs/topics
Matt Westcott 9961455c6a Add formal support for customising the form rendering of StructBlocks
The `form_template` attribute was mentioned in passing in the docs, but was missing various things
to make it fully useful:

- context passed to form_template now includes 'prefix' and 'block_definition'
- context for the form is now populated in a separate overrideable `get_form_context` method
- full documentation and tests for form_template and get_form_context added
2016-07-05 11:48:09 +01:00
..
search Update documentation and code to put mixin first 2016-05-04 14:05:33 +01:00
images.rst
index.rst
pages.rst
snippets.rst Use python_2_unicode_compatible in snippets.rst (#2688) 2016-06-07 13:49:28 +01:00
streamfield.rst Add formal support for customising the form rendering of StructBlocks 2016-07-05 11:48:09 +01:00
writing_templates.rst