Media Manager Default Path

The defaultImagesDir configuration key for codux.config.json configures the default directory where the Codux Media Manager stores new assets in your project.

defaultImagesDir 

  • Description: Configures the default directory where the Codux Media Manager stores new assets.
  • Type: string
  • Default: .src/assets
For example:
1
2
3
4
{  
    "$schema": "https://wixplosives.github.io/codux-config-schema/codux.config.schema.json",
    "defaultImagesDir": "assets/media"
}  
Inside Codux, you can modify this setting visually as well.
IN THIS ARTICLE