Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

adapted from https://documentation.magnolia-cms.com/display/DOCS56/Developing+and+rendering+custom+content+blocks

Expand
titleCreate the module structure we will need:
Code Block
languagebash
cd my-light-modules
mkdir -p block-examples/blocks
mkdir -p block-examples/templates/blocks
mkdir block-examples/i18n
mkdir -p block-examples/decorations/stories-app/apps/

...