action_export.rst 804 B

123456789101112131415161718192021222324
  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. .. note::
  11. **TODO**:
  12. * any global (yml) options that affect the export actions
  13. * how to disable (some of) the default formats
  14. * how to add new export formats
  15. * customising the templates used to render the output
  16. * customising the query used to fetch the results
  17. .. _`issues on Github`: https://github.com/sonata-project/SonataAdminBundle/issues/1519