Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.34 KB

asset-processing-config.rst

File metadata and controls

40 lines (28 loc) · 1.34 KB
is-up-to-date:True
last-updated:4.1.1

Asset Processing Configuration

Asset processing allows you to define transformations for static assets (currently only images), through a series of processor pipelines that are executed when the assets are uploaded to Studio.

To modify the Asset Processing configuration, click on |projectTools| from the bottom of the Sidebar, then click on Configuration and select Asset Processing from the dropdown list.

Configurations - Open Asset Processing Configuration

Sample

Here's a sample Asset Processing Configuration file (click on the triangle on the left to expand/collapse):

Sample "asset-processing-config.xml"
.. rli:: https://raw.githubusercontent.com/craftercms/studio/develop/src/main/webapp/repo-bootstrap/global/configuration/samples/sample-asset-processing-config.xml
   :caption: *CRAFTER_HOME/data/repos/sites/SITENAME/sandbox/config/studio/asset-processing/asset-processing-config.xml*
   :language: xml
   :linenos:



For more details on asset processing, see :ref:`asset-processing`