action_export.rst 770 B

1234567891011121314151617181920212223242526
  1. The Export action
  2. =================
  3. .. note::
  4. This document is a stub representing a new work in progress. If you're reading
  5. this you can help contribute, **no matter what your experience level with Sonata
  6. is**. Check out the `issues on GitHub`_ for more information about how to get involved.
  7. This document will cover the Export action and related configuration options.
  8. Basic configuration
  9. -------------------
  10. To do:
  11. - any global (yml) options that affect the export actions
  12. - how to disable (some of) the default formats
  13. - how to add new export formats
  14. - customising the templates used to render the output
  15. - customising the query used to fetch the results
  16. .. _`issues on Github`: https://github.com/sonata-project/SonataAdminBundle/issues/1519