action_export.rst 1.0 KB

12345678910111213141516171819202122232425262728293031
  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. Translation
  11. ~~~~~~~~~~~
  12. All field names are translated by default.
  13. An internal mechanism checks if a field matching the translator strategy label exists in the current translation file
  14. and will use the field name as a fallback.
  15. .. note::
  16. **TODO**:
  17. * any global (yml) options that affect the export actions
  18. * how to disable (some of) the default formats
  19. * how to add new export formats
  20. * customising the templates used to render the output
  21. * customising the query used to fetch the results
  22. .. _`issues on Github`: https://github.com/sonata-project/SonataAdminBundle/issues/1519