Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add version: 1.0 in the example

...

Code Block
languagejs
title$magnolia.resources.dir/example-light-module/module.yaml
version: 1.0
dependencies:
  core:
    version: 5.4.7
  # If the Cache module is present, install the current module 
  # after Cache so we can add a cache bypass.
  cache:
    version: 5.4.5
    optional: true

...